Release `cargo-contract` v0.16.0 and `metadata` v0.5.0 (#374)
* Bump ink! deps to rc7 * Update changelog * Bump version to `0.16.0` * Bump `metadata` version to `0.5.0` * Reference new `metadata` version
... | ... | @@ -3,7 +3,7 @@ members = [".", "metadata"] |
[package] | ||
name = "cargo-contract" | ||
version = "0.15.0" | ||
version = "0.16.0" | ||
authors = ["Parity Technologies <admin@parity.io>"] | ||
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" | ||
... | ... |
Please register or sign in to comment