Skip to content

Commit

Permalink
update: Bls dep pulls now latest release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Dec 18, 2023
1 parent 2fa3517 commit 9329af1
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 @@ -35,8 +35,8 @@ serde = { version = "1.0", default-features = false, optional = true }
serde_arrays = { version = "0.1.0", optional = true }
hex = { version = "0.4", optional = true, default-features = false, features = ["alloc", "serde"] }
blake2b_simd = "1"
bls12_381 = { git = "https://github.com/privacy-scaling-explorations/bls12_381", tag = "v2023_10_26", features = ["groups", "basefield"] }
maybe-rayon = { version = "0.1.0", default-features = false }
bls12_381 = { git = "https://github.com/privacy-scaling-explorations/bls12_381", branch = "feat/pub_fq", features = ["groups", "basefield"] }

[features]
default = ["bits", "multicore"]
Expand Down

0 comments on commit 9329af1

Please sign in to comment.