Skip to content

Commit

Permalink
chore: remove portable flag (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Jun 24, 2024
1 parent cfcc962 commit dcc913d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bls12_381/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = { workspace = true }
[dependencies]
rayon = { workspace = true }

blst = { version = "0.3.1", default-features = false, features = ["portable"] }
blst = { version = "0.3.1", default-features = false }

# __private_bench feature is used to allow us to access the base field
blstrs = { version = "0.7.1", features = ["__private_bench"] }
Expand Down

0 comments on commit dcc913d

Please sign in to comment.