diff --git a/Cargo.lock b/Cargo.lock index 377e00b..239abec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,6 +17,8 @@ dependencies = [ [[package]] name = "bls12_381" version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7bc6d6292be3a19e6379786dac800f551e5865a5bb51ebbe3064ab80433f403" dependencies = [ "ff", "group", diff --git a/Cargo.toml b/Cargo.toml index 929c21a..6372097 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,13 +8,13 @@ serde = { version = "1.0", optional = true, default-features = false, features = "alloc", "derive", ] } -bls12_381 = { path = "../bls12_381" } glob = "0.3.1" hex = { version = "0.4.3", default-features = false, features = ["alloc"] } 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 = "0.8.0" [features] default = ["std"]