File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
validating-public-input/sp1/fibonacci Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ name = "fibonacci-program"
44edition = " 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 " }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "fibonacci"
99path = " 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 " }
1313serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ] }
1414serde = { version = " 1.0" , default-features = false , features = [" derive" ] }
1515clap = { version = " 4.0" , features = [" derive" , " env" ] }
@@ -19,5 +19,5 @@ alloy-sol-types = { workspace = true }
1919bincode = " 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 " }
2323sp1-build = " 3.0.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "quiz-program"
55edition = " 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 " }
99tiny-keccak = { git = " https://github.com/sp1-patches/tiny-keccak" , branch = " patch-v2.0.2" , features = [
1010 " sha3" ,
1111] }
You can’t perform that action at this time.
0 commit comments