Skip to content

Commit

Permalink
Merge pull request #1258 from CosmWasm/bump-rust-version-to-1.56.1
Browse files Browse the repository at this point in the history
Give up MSRV; Bump Rust version to 1.56.1
  • Loading branch information
webmaster128 authored Mar 30, 2022
2 parents 20fd784 + 5849747 commit 7c392dd
Show file tree
Hide file tree
Showing 18 changed files with 282 additions and 439 deletions.
121 changes: 62 additions & 59 deletions .circleci/config.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.54.0
toolchain: 1.56.1
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to

## [Unreleased]

### Changed

- all: Drop support for Rust versions lower than 1.56.1.

## [1.0.0-beta7] - 2022-03-22

### Added
Expand Down
31 changes: 20 additions & 11 deletions Cargo.lock

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

31 changes: 20 additions & 11 deletions contracts/burner/Cargo.lock

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

31 changes: 20 additions & 11 deletions contracts/crypto-verify/Cargo.lock

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

31 changes: 20 additions & 11 deletions contracts/floaty/Cargo.lock

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

Loading

0 comments on commit 7c392dd

Please sign in to comment.