Skip to content

Commit 8474238

Browse files
authored
chore: bump SP1 to v5.0.8 (#68)
1 parent 674a7f6 commit 8474238

File tree

3 files changed

+45
-42
lines changed

3 files changed

+45
-42
lines changed

Cargo.lock

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

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ edition = "2021"
55

66
[dependencies]
77
alloy-sol-types = { workspace = true }
8-
sp1-zkvm = "5.0.0"
8+
sp1-zkvm = "5.0.8"
99
fibonacci-lib = { path = "../lib" }

script/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "vkey"
1717
path = "src/bin/vkey.rs"
1818

1919
[dependencies]
20-
sp1-sdk = "5.0.0"
20+
sp1-sdk = "5.0.8"
2121
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
2222
serde = { version = "1.0.200", default-features = false, features = ["derive"] }
2323
clap = { version = "4.0", features = ["derive", "env"] }
@@ -28,4 +28,4 @@ fibonacci-lib = { path = "../lib" }
2828
dotenv = "0.15.0"
2929

3030
[build-dependencies]
31-
sp1-build = "5.0.0"
31+
sp1-build = "5.0.8"

0 commit comments

Comments
 (0)