Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.6.1 (2020-05-12)

- Upgrade xbuild to include LTO fix [#52](https://github.com/paritytech/cargo-contract/pull/52)

# Version 0.6.0 (2020-03-25)

- First release to crates.io
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-contract"
version = "0.6.0"
version = "0.6.1"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
edition = "2018"
Expand Down Expand Up @@ -29,7 +29,7 @@ codec = { package = "parity-scale-codec", version = "1.2" }
which = "3.1.0"
colored = "1.9"
toml = "0.5.4"
cargo-xbuild = "0.5.26"
cargo-xbuild = "0.5.31"
rustc_version = "0.2.3"
serde_json = "1.0"
tempfile = "3.1.0"
Expand Down