Skip to content

Commit ba47133

Browse files
committed
Upgrade version
1 parent 933da9a commit ba47133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-ssvm"
3-
version = "0.0.4"
3+
version = "0.0.1-rc1"
44
license = "AGPL-3.0"
55
authors = ["SecondState"]
66
description = "Rust-SSVM - a Portable EWASM Engine Binding Rust Interface"
@@ -9,7 +9,7 @@ repository = "https://github.com/second-state/rust-ssvm/"
99
build="build.rs"
1010

1111
[dependencies]
12-
evmc-client = { version = "6.3.1", package="ssvm-evmc-client" }
12+
evmc-client = { version = "6.3.1-rc1", package="ssvm-evmc-client" }
1313
libloading = "0.5"
1414
hex = "0.4"
1515
clap = "2.33.0"

0 commit comments

Comments
 (0)