-
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 patch version * Add changelog entry * remove blank point in changelog
- Loading branch information
German
authored
Apr 29, 2023
1 parent
e6b20c7
commit 91b5a86
Showing
6 changed files
with
18 additions
and
14 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "contract-build" | ||
version = "2.2.0" | ||
version = "2.2.1" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -36,7 +36,7 @@ wasm-opt = "0.112.0" | |
which = "4.4.0" | ||
zip = { version = "0.6.4", default-features = false } | ||
|
||
contract-metadata = { version = "2.2.0", path = "../metadata" } | ||
contract-metadata = { version = "2.2.1", path = "../metadata" } | ||
|
||
[build-dependencies] | ||
anyhow = "1.0.70" | ||
|
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 = "cargo-contract" | ||
version = "2.2.0" | ||
version = "2.2.1" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
build = "build.rs" | ||
edition = "2021" | ||
|
@@ -18,9 +18,9 @@ include = [ | |
] | ||
|
||
[dependencies] | ||
contract-build = { version = "2.2.0", path = "../build" } | ||
contract-metadata = { version = "2.2.0", path = "../metadata" } | ||
contract-transcode = { version = "2.2.0", path = "../transcode" } | ||
contract-build = { version = "2.2.1", path = "../build" } | ||
contract-metadata = { version = "2.2.1", path = "../metadata" } | ||
contract-transcode = { version = "2.2.1", path = "../transcode" } | ||
|
||
anyhow = "1.0.70" | ||
clap = { version = "4.2.5", features = ["derive", "env"] } | ||
|
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 = "2.2.0" | ||
version = "2.2.1" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
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-transcode" | ||
version = "2.2.0" | ||
version = "2.2.1" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -20,7 +20,7 @@ path = "src/lib.rs" | |
anyhow = "1.0.70" | ||
base58 = { version = "0.2.0" } | ||
blake2 = { version = "0.10.4", default-features = false } | ||
contract-metadata = { version = "2.2.0", path = "../metadata" } | ||
contract-metadata = { version = "2.2.1", path = "../metadata" } | ||
escape8259 = "0.5.2" | ||
hex = "0.4.3" | ||
indexmap = "1.9.3" | ||
|