Skip to content

Commit

Permalink
Merge pull request #1882 from radixdlt/feature/blst-portable
Browse files Browse the repository at this point in the history
Enable portable feature on blst
  • Loading branch information
iamyulong authored Aug 20, 2024
2 parents 816f76f + af22013 commit e602344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bencher = { version = "0.1.5" }
bincode = { version = "2.0.0-rc.1", default-features = false, features = ["derive"] }
bitflags = { version = "1.3" }
blake2 = { version = "0.10.6", default-features = false }
blst = { version = "0.3.11", default-features = false, optional = false }
blst = { version = "0.3.11", default-features = false, features = ["portable"], optional = false }
bnum = { version = "0.11.0", default-features = false, features = ["numtraits"] }
cargo_toml = { version = "0.15.3" }
colored = { version = "2.0.0", default-features = false }
Expand Down

0 comments on commit e602344

Please sign in to comment.