Skip to content

Commit

Permalink
Release v4.0.0-rc.2 (#1497)
Browse files Browse the repository at this point in the history
* Release v4.0.0-rc.2

* Update Cargo.lock

* Used ink_linting with fix

* Add stable toolchain

* Clippy

* Clippy
  • Loading branch information
smiasojed authored Feb 9, 2024
1 parent b3ff7c9 commit bb80fc2
Show file tree
Hide file tree
Showing 14 changed files with 413 additions and 401 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,19 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install stable toolchain
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-12-28

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
default: true
target: wasm32-unknown-unknown
components: rust-src, clippy
components: rust-src

- name: Cache
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0-rc.2]

### Added
- Improved error message for Strings as CLI arguments - [#1492](https://github.com/paritytech/cargo-contract/pull/1492)
- Add a user-friendly view of contract storage data in the form of a table - [#1414](https://github.com/paritytech/cargo-contract/pull/1414)
Expand Down
Loading

0 comments on commit bb80fc2

Please sign in to comment.