Skip to content

Commit dcc913d

Browse files
authored
chore: remove portable flag (#24)
1 parent cfcc962 commit dcc913d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bls12_381/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = { workspace = true }
1313
[dependencies]
1414
rayon = { workspace = true }
1515

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

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

0 commit comments

Comments
 (0)