Skip to content

Commit

Permalink
Release 4.0.0-rc.3 (#1513)
Browse files Browse the repository at this point in the history
* Release `4.0.0-rc.3`

* add entry in compat list

* adjust compat entries

* adjust compat list
  • Loading branch information
Gherman authored Feb 29, 2024
1 parent 2c7d7ef commit bc629cc
Show file tree
Hide file tree
Showing 11 changed files with 134 additions and 82 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0-rc.3]

### Fixed
- Fix build `--verifiable` command [#1511](https://github.com/paritytech/cargo-contract/pull/1511)

## [4.0.0-rc.2]

### Added
Expand Down
132 changes: 80 additions & 52 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 crates/analyze/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "contract-analyze"
version = "4.0.0-rc.2"
version = "4.0.0-rc.3"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"

Expand All @@ -14,7 +14,7 @@ keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
include = ["Cargo.toml", "*.rs", "LICENSE"]

[dependencies]
contract-metadata = { version = "4.0.0-rc.2", path = "../metadata" }
contract-metadata = { version = "4.0.0-rc.3", path = "../metadata" }
parity-wasm = { version = "0.45.0" }
anyhow = "1.0.80"

Expand Down
4 changes: 2 additions & 2 deletions crates/build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "contract-build"
version = "4.0.0-rc.2"
version = "4.0.0-rc.3"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"

Expand Down Expand Up @@ -44,7 +44,7 @@ tokio-stream = "0.1"
bollard = "0.15"
crossterm = "0.27.0"

contract-metadata = { version = "4.0.0-rc.2", path = "../metadata" }
contract-metadata = { version = "4.0.0-rc.3", path = "../metadata" }

[target.'cfg(unix)'.dependencies]
uzers = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion crates/build/templates/new/_Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["[your_name] <[your_email]>"]
edition = "2021"

[dependencies]
ink = { version = "5.0.0-rc.1", default-features = false }
ink = { version = "5.0.0-rc.2", default-features = false }

scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2.6", default-features = false, features = ["derive"], optional = true }
Expand Down
Loading

0 comments on commit bc629cc

Please sign in to comment.