Skip to content

Commit 15bdc9b

Browse files
authored
Merge pull request #25 from succinctlabs/taehoon/use-version
chore: fix to use version
2 parents f6e80e2 + 4ce7f3f commit 15bdc9b

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

Cargo.lock

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-5.0.0", default-features = false, features = [
13+
bls12_381 = { version = "=0.8.0-sp1-5.0.0", package = "sp1_bls12_381", 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-5.0.0", default-features = false, features = [
34+
bls12_381 = { version = "=0.8.0-sp1-5.0.0", package = "sp1_bls12_381", default-features = false, features = [
3535
"groups",
3636
"pairings",
3737
"alloc",

0 commit comments

Comments
 (0)