Skip to content

Commit f73d72e

Browse files
committed
fix: add version field to bls12_381 dep for crates.io publishing
1 parent b7cec6d commit f73d72e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/succinctlabs/kzg-rs"
1010
[dependencies]
1111
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
1212

13-
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-6.0.0", default-features = false, features = [
13+
bls12_381 = { version = "0.8.0", git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-6.0.0", default-features = false, features = [
1414
"groups",
1515
"pairings",
1616
"alloc",
@@ -31,7 +31,7 @@ serde_derive = "1.0"
3131
serde = { version = "^1.0", features = ["derive"] }
3232

3333
[build-dependencies]
34-
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-6.0.0", default-features = false, features = [
34+
bls12_381 = { version = "0.8.0", git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-6.0.0", default-features = false, features = [
3535
"groups",
3636
"pairings",
3737
"alloc",

0 commit comments

Comments
 (0)