mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Refactor ere-dockerized (#77)
This commit is contained in:
@@ -7,6 +7,6 @@ edition = "2021"
|
||||
guest = []
|
||||
|
||||
[dependencies]
|
||||
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt" }
|
||||
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", rev = "55b9830a3944dde55d33a55c42522b81dd49f87a" }
|
||||
|
||||
[workspace]
|
||||
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
nexus-rt = { git = "https://github.com/nexus-xyz/nexus-zkvm.git", tag = "0.3.4", version = "0.3.4" }
|
||||
nexus-rt = { git = "https://github.com/nexus-xyz/nexus-zkvm.git", tag = "v0.3.4" }
|
||||
|
||||
# Generated by cargo-nexus, do not remove!
|
||||
#
|
||||
|
||||
@@ -6,4 +6,4 @@ edition = "2021"
|
||||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
risc0-zkvm = { version = "^2.3.0", default-features = false, features = ['std'] }
|
||||
risc0-zkvm = { version = "2.3.1", default-features = false, features = ['std'] }
|
||||
|
||||
@@ -6,4 +6,4 @@ edition = "2021"
|
||||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
sp1-zkvm = "5.0.5"
|
||||
sp1-zkvm = "5.1.0"
|
||||
|
||||
@@ -6,4 +6,4 @@ edition = "2021"
|
||||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
sp1-zkvm = "5.0.5"
|
||||
sp1-zkvm = "5.1.0"
|
||||
|
||||
@@ -6,4 +6,4 @@ edition = "2021"
|
||||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
sp1-zkvm = "5.0.5"
|
||||
sp1-zkvm = "5.1.0"
|
||||
|
||||
Reference in New Issue
Block a user