Skip to content

Commit 553ec50

Browse files
committed
piecrust: bump version to 0.16.0-rc.0
1 parent 6170cf7 commit 553ec50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)