We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7d33a commit 6879130Copy full SHA for 6879130
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust-ssvm"
3
-version = "0.0.1"
+version = "0.0.2"
4
license = "AGPL-3.0"
5
authors = ["SecondState"]
6
description = "Rust-SSVM - a Portable EWASM Engine Binding Rust Interface"
@@ -9,10 +9,10 @@ repository = "https://github.com/second-state/rust-ssvm/"
9
build="build.rs"
10
11
[dependencies]
12
-evmc-client = { git = "https://github.com/second-state/evmc", tag = "v7.4.0-rust-evmc-client-rc.2" }
+evmc-client = { version = "7.4.1", package="ssvm-evmc-client" }
13
libloading = "0.5"
14
hex = "0.4"
15
clap = "2.33.0"
16
17
[build-dependencies]
18
-cmake = "0.1.42"
+cmake = "0.1.44"
0 commit comments