Update SP1 SDK to v0.5.8 (#62)

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
Ignacio Hagopian
2025-07-22 21:34:12 +02:00
committed by GitHub
parent 6d30326da4
commit 498c484d1c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -8730,9 +8730,9 @@ dependencies = [
[[package]]
name = "sp1-sdk"
version = "5.0.7"
version = "5.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d20372512858547350dc4fcbed57b9c6af3812da10aa9d497f7625b22bd564d2"
checksum = "bb6f73c5efb1f55c0b6dca8a9427124eff4e36bd57108a96a7eb5a6034cf61a1"
dependencies = [
"alloy-primitives 1.1.0",
"anyhow",

View File

@@ -8,7 +8,7 @@ license.workspace = true
[dependencies]
zkvm-interface = { workspace = true }
build-utils.workspace = true
sp1-sdk = "5.0.5"
sp1-sdk = "5.0.8"
tempfile = "3.3"
bincode = "1.3"
thiserror = "2"