Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Sep 17, 2023
1 parent a3c4d5e commit 5f9e267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions uint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 5f9e267

Please sign in to comment.