Skip to content

Commit

Permalink
chore: update sp1 to 2.0.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam authored Sep 16, 2024
1 parent a590fb5 commit adf77c9
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 39 deletions.
114 changes: 78 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
primitives = { path = "../primitives" }
sp1-zkvm = "1.2.0"
sp1-zkvm = "2.0.0"
tendermint-light-client-verifier = { version = "0.35.0", default-features = false, features = [
"rust-crypto",
] }
Expand Down
4 changes: 2 additions & 2 deletions script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "bin/operator.rs"

[dependencies]
primitives = { path = "../primitives" }
sp1-sdk = "1.2.0"
sp1-sdk = "2.0.0"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "^1.38.0", features = ["full"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
Expand All @@ -38,4 +38,4 @@ futures = "0.3.30"
env_logger = "0.11.3"
serde_json = "1"
[build-dependencies]
sp1-build = "1.2.0"
sp1-build = "2.0.0"

0 comments on commit adf77c9

Please sign in to comment.