Skip to content

Commit 5cfe706

Browse files
author
Eduardo Leegwater Simões
authored
Merge pull request #333 from dusk-network/piecrust-0.16.0-rc.1
Bump piecrust to `0.16.0-rc.1`
2 parents e47c37f + 8b57bee commit 5cfe706

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.11.0-rc.0"
10+
version = "0.11.0-rc.1"
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.16.0-rc.0"
10+
version = "0.16.0-rc.1"
1111

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

1515
[dependencies]
1616
crumbles = { version = "0.3", path = "../crumbles" }
17-
piecrust-uplink = { version = "0.11.0-rc.0", path = "../piecrust-uplink" }
17+
piecrust-uplink = { version = "0.11.0-rc.1", 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)