Skip to content

Commit 5e0b3a3

Browse files
committed
Fix version example program cargo.toml
1 parent e98091c commit 5e0b3a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/validating-public-input/sp1/fibonacci/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ name = "fibonacci-program"
44
edition = "2021"
55

66
[dependencies]
7-
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.3" }
7+
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.7" }

examples/validating-public-input/sp1/fibonacci/script/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "fibonacci"
99
path = "src/main.rs"
1010

1111
[dependencies]
12-
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.3" }
12+
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.7" }
1313
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1414
serde = { version = "1.0", default-features = false, features = ["derive"] }
1515
clap = { version = "4.0", features = ["derive", "env"] }
@@ -19,5 +19,5 @@ alloy-sol-types = { workspace = true }
1919
bincode = "1.3.3"
2020

2121
[build-dependencies]
22-
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.3" }
22+
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.7" }
2323
sp1-build = "3.0.0"

examples/zkquiz/quiz/program/Cargo.toml

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

77
[dependencies]
8-
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.3" }
8+
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.7" }
99
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2", features = [
1010
"sha3",
1111
] }

0 commit comments

Comments
 (0)