diff --git a/Cargo.lock b/Cargo.lock index 8c1f492..98c6bff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,8 @@ dependencies = [ [[package]] name = "bls12_381" version = "0.8.0" -source = "git+https://github.com/0xWOLAND/bls12_381#1bcd44ee9587630f5cd1ff574fb5a58501c50c95" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7bc6d6292be3a19e6379786dac800f551e5865a5bb51ebbe3064ab80433f403" dependencies = [ "ff", "group", diff --git a/Cargo.toml b/Cargo.toml index 275656a..5386917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,11 +14,11 @@ serde_derive = "1.0" serde_yaml = { version = "0.9" } sp1-derive = { git = "https://github.com/succinctlabs/sp1.git", branch = "main" } once_cell = "1.19.0" -bls12_381 = { git = "https://github.com/0xWOLAND/bls12_381" } regex = "1.10.5" subtle = "2.2.1" serde_json = "1.0.117" const-chunks = "0.3.0" +bls12_381 = "0.8.0" [features] default = ["std"]