We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9159379 commit 3556ab0Copy full SHA for 3556ab0
Cargo.toml
@@ -30,8 +30,7 @@ bytemuck = { version = "1.16.1", features = ["derive"] }
30
num-bigint = { version = "0.4.6", default-features = false }
31
32
[target.'cfg(target_os = "zkvm")'.dependencies]
33
-# todo(n): bump this version.
34
-sp1-lib = { git = "https://github.com/succinctlabs/sp1-wip.git", branch = "dev" }
+sp1-lib = { version = "4.0.0-rc.8" }
35
36
[dev-dependencies]
37
rand = { version = "0.8.3", features = ["std_rng"] }
0 commit comments