Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sergej Kostjucenko
cargo-contract
Commits
2427d68b
Commit
2427d68b
authored
Mar 18, 2020
by
Andrew Jones
Browse files
Release v0.5.0
parent
c38e134d
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
2427d68b
# Version 0.5.0 (2020-03-18)
-
Upgrades dependencies
[
#45
](
https://github.com/paritytech/cargo-contract/pull/45
)
-
Update template to ink! 2.0 dependencies
[
#47
](
https://github.com/paritytech/cargo-contract/pull/47
)
# Version 0.4.1 (2020-02-26)
-
Fix: fail the whole build process if the contract build fails.
...
...
Cargo.lock
View file @
2427d68b
...
...
@@ -262,7 +262,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "0.
4.1
"
version = "0.
5.0
"
dependencies = [
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
Cargo.toml
View file @
2427d68b
[package]
name
=
"cargo-contract"
version
=
"0.
4.1
"
version
=
"0.
5.0
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
build
=
"build.rs"
edition
=
"2018"
...
...
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