We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ede65b commit 4271eaeCopy full SHA for 4271eae
Cargo.toml
@@ -4,15 +4,15 @@ default-members = ["service"]
4
resolver = "3"
5
6
[workspace.package]
7
-version = "0.1.1"
+version = "0.1.2"
8
edition = "2024"
9
authors = ["Nuke <nuke-web3@proton.me>"]
10
license = "MIT"
11
homepage = "https://celestia.org"
12
repository = "https://github.com/celestiaorg/eq-service"
13
14
[workspace.dependencies]
15
-zkvm-common = { path = "zkVM/common", default-features = false, version = "0.1.1" }
+zkvm-common = { path = "zkVM/common", default-features = false, version = "0.1.2" }
16
17
anyhow = "1.0"
18
clap = { version = "4.0", features = ["derive", "env"] }
0 commit comments