Skip to content

Commit

Permalink
Bump version to 0.16.0-soroban0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 5, 2022
1 parent 2b79a0e commit 349dd9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmi_cli"
version = "0.11.0"
version = "0.16.0-soroban0"
edition = "2021"
authors = ["Parity Technologies <[email protected]>", "Robin Freyler <[email protected]>"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soroban-wasmi_core"
version = "0.2.0"
version = "0.16.0-soroban0"
edition = "2021"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "MIT/Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions wasmi_v1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soroban-wasmi"
version = "0.16.0"
version = "0.16.0-soroban0"
edition = "2021"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "MIT/Apache-2.0"
Expand All @@ -11,7 +11,7 @@ exclude = [ "tests/*", "benches/*" ]

[dependencies]
wasmparser = { version = "0.90", package = "wasmparser-nostd", default-features = false }
wasmi_core = { package = "soroban-wasmi_core", version = "0.2.0", path = "../core", default-features = false }
wasmi_core = { package = "soroban-wasmi_core", version = "0.16.0-soroban0", path = "../core", default-features = false }
spin = { version = "0.9", default-features = false, features = ["mutex", "spin_mutex"] }

[dev-dependencies]
Expand Down

0 comments on commit 349dd9a

Please sign in to comment.