Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
cargo-contract
Commits
4a516c61
Unverified
Commit
4a516c61
authored
Oct 03, 2022
by
Andrew Jones
Committed by
GitHub
Oct 03, 2022
Browse files
Release `v2.0.0-alpha.4` (#763)
* Bump versions * Update CHANGELOG.md * Update CHANGELOG.md
parent
411dce05
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
4a516c61
...
...
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.0.0-alpha.4] - 2022-10-03
### Fixed
-
Fix storage deposit limit encoding -
[
#751
](
https://github.com/paritytech/cargo-contract/pull/751
)
-
Rewrite relative path for
`dev-dependency`
-
[
#760
](
https://github.com/paritytech/cargo-contract/pull/760
)
## [2.0.0-alpha.3] - 2022-09-21
...
...
Cargo.lock
View file @
4a516c61
...
...
@@ -464,7 +464,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "2.0.0-alpha.
3
"
version = "2.0.0-alpha.
4
"
dependencies = [
"anyhow",
"assert_cmd",
...
...
@@ -625,7 +625,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "contract-metadata"
version = "2.0.0-alpha.
3
"
version = "2.0.0-alpha.
4
"
dependencies = [
"impl-serde 0.4.0",
"pretty_assertions",
...
...
@@ -637,7 +637,7 @@ dependencies = [
[[package]]
name = "contract-transcode"
version = "2.0.0-alpha.
3
"
version = "2.0.0-alpha.
4
"
dependencies = [
"anyhow",
"assert_matches",
...
...
crates/cargo-contract/Cargo.toml
View file @
4a516c61
[package]
name
=
"cargo-contract"
version
=
"2.0.0-alpha.
3
"
version
=
"2.0.0-alpha.
4
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
build
=
"build.rs"
edition
=
"2021"
...
...
@@ -32,8 +32,8 @@ colored = "2.0.0"
toml
=
"0.5.9"
rustc_version
=
"0.4.0"
blake2
=
"0.10.4"
contract-metadata
=
{
version
=
"2.0.0-alpha.
3
"
,
path
=
"../metadata"
}
transcode
=
{
package
=
"contract-transcode"
,
version
=
"2.0.0-alpha.
3
"
,
path
=
"../transcode"
}
contract-metadata
=
{
version
=
"2.0.0-alpha.
4
"
,
path
=
"../metadata"
}
transcode
=
{
package
=
"contract-transcode"
,
version
=
"2.0.0-alpha.
4
"
,
path
=
"../transcode"
}
semver
=
{
version
=
"1.0.14"
,
features
=
["serde"]
}
serde
=
{
version
=
"1.0.145"
,
default-features
=
false
,
features
=
["derive"]
}
serde_json
=
"1.0.85"
...
...
crates/metadata/Cargo.toml
View file @
4a516c61
[package]
name
=
"contract-metadata"
version
=
"2.0.0-alpha.
3
"
version
=
"2.0.0-alpha.
4
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2021"
...
...
crates/transcode/Cargo.toml
View file @
4a516c61
[package]
name
=
"contract-transcode"
version
=
"2.0.0-alpha.
3
"
version
=
"2.0.0-alpha.
4
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2021"
...
...
@@ -18,7 +18,7 @@ path = "src/lib.rs"
[dependencies]
anyhow
=
"1.0.65"
contract-metadata
=
{
version
=
"2.0.0-alpha.
3
"
,
path
=
"../metadata"
}
contract-metadata
=
{
version
=
"2.0.0-alpha.
4
"
,
path
=
"../metadata"
}
env_logger
=
"0.9.1"
escape8259
=
"0.5.2"
hex
=
"0.4.3"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment