Skip to content

Commit ad5071e

Browse files
authored
Merge pull request #330 from dusk-network/version-bump-issue-324
Version bump for issue 324
2 parents b878477 + 553ec50 commit ad5071e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

piecrust-uplink/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"]
77
keywords = ["virtual", "machine", "smart", "contract", "wasm"]
88

99
repository = "https://github.com/dusk-network/piecrust"
10-
version = "0.10.0"
10+
version = "0.11.0-rc.0"
1111

1212
edition = "2021"
1313
license = "MPL-2.0"

piecrust/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"]
77
keywords = ["virtual", "machine", "smart", "contract", "wasm"]
88

99
repository = "https://github.com/dusk-network/piecrust"
10-
version = "0.15.0"
10+
version = "0.16.0-rc.0"
1111

1212
edition = "2021"
1313
license = "MPL-2.0"
1414

1515
[dependencies]
1616
crumbles = { version = "0.3", path = "../crumbles" }
17-
piecrust-uplink = { version = "0.10", path = "../piecrust-uplink" }
17+
piecrust-uplink = { version = "0.11.0-rc.0", path = "../piecrust-uplink" }
1818

1919
dusk-wasmtime = { version = "17", default-features = false, features = ["cranelift", "parallel-compilation"] }
2020
bytecheck = "0.6"

0 commit comments

Comments
 (0)