Skip to content

Commit

Permalink
Merge pull request #330 from dusk-network/version-bump-issue-324
Browse files Browse the repository at this point in the history
Version bump for issue 324
  • Loading branch information
miloszm authored Feb 13, 2024
2 parents b878477 + 553ec50 commit ad5071e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion piecrust-uplink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"]
keywords = ["virtual", "machine", "smart", "contract", "wasm"]

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

edition = "2021"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions piecrust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"]
keywords = ["virtual", "machine", "smart", "contract", "wasm"]

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

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

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

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

0 comments on commit ad5071e

Please sign in to comment.