We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933da9a commit ba47133Copy full SHA for ba47133
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust-ssvm"
3
-version = "0.0.4"
+version = "0.0.1-rc1"
4
license = "AGPL-3.0"
5
authors = ["SecondState"]
6
description = "Rust-SSVM - a Portable EWASM Engine Binding Rust Interface"
@@ -9,7 +9,7 @@ repository = "https://github.com/second-state/rust-ssvm/"
9
build="build.rs"
10
11
[dependencies]
12
-evmc-client = { version = "6.3.1", package="ssvm-evmc-client" }
+evmc-client = { version = "6.3.1-rc1", package="ssvm-evmc-client" }
13
libloading = "0.5"
14
hex = "0.4"
15
clap = "2.33.0"
0 commit comments