Skip to content

Commit 3556ab0

Browse files
committed
feat: use sp1-lib
1 parent 9159379 commit 3556ab0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ bytemuck = { version = "1.16.1", features = ["derive"] }
3030
num-bigint = { version = "0.4.6", default-features = false }
3131

3232
[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" }
33+
sp1-lib = { version = "4.0.0-rc.8" }
3534

3635
[dev-dependencies]
3736
rand = { version = "0.8.3", features = ["std_rng"] }

0 commit comments

Comments
 (0)