-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump ink! deps to rc7 * Update changelog * Bump version to `0.16.0` * Bump `metadata` version to `0.5.0` * Reference new `metadata` version
- Loading branch information
Michael Müller
authored
Nov 25, 2021
1 parent
7182997
commit 964ad1f
Showing
5 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ members = [".", "metadata"] | |
|
||
[package] | ||
name = "cargo-contract" | ||
version = "0.15.0" | ||
version = "0.16.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
build = "build.rs" | ||
edition = "2018" | ||
|
@@ -33,7 +33,7 @@ colored = "2.0.0" | |
toml = "0.5.8" | ||
rustc_version = "0.4.0" | ||
blake2 = "0.9.2" | ||
contract-metadata = { version = "0.4.0", path = "./metadata" } | ||
contract-metadata = { version = "0.5.0", path = "./metadata" } | ||
semver = { version = "1.0.4", features = ["serde"] } | ||
serde = { version = "1.0.130", default-features = false, features = ["derive"] } | ||
serde_json = "1.0.71" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "contract-metadata" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters