From 5f9e2673f854c66991f0dba96e0d00027722a29a Mon Sep 17 00:00:00 2001 From: ordian Date: Sun, 17 Sep 2023 21:01:18 +0200 Subject: [PATCH] try something --- .github/workflows/ci.yml | 1 + uint/Cargo.toml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81de60cc..3bf72198 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2 - run: rustup target add wasm32-unknown-unknown + - run: rustup target add mips64-unknown-linux-gnuabi64 - name: Test no-default-features uses: actions-rs/cargo@v1 diff --git a/uint/Cargo.toml b/uint/Cargo.toml index 36f3de1b..78e28721 100644 --- a/uint/Cargo.toml +++ b/uint/Cargo.toml @@ -10,6 +10,9 @@ readme = "README.md" edition = "2021" rust-version = "1.56.1" +[package.metadata.cross.target.mips64-unknown-linux-gnuabi64] +build-std = true + [dependencies] byteorder = { version = "1.4.2", default-features = false } crunchy = { version = "0.2.2", default-features = false }