Skip to content

Commit

Permalink
Enable portable feature on blst
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyulong committed Aug 20, 2024
1 parent 816f76f commit af22013
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 af22013

Please sign in to comment.