Skip to content

Update to Rust 1.86 #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 27, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Add changelog entry for signext-lowering removal
  • Loading branch information
chipshort committed May 26, 2025
commit 86ba3f93487d6b42ba872ad118b43cf40a2ec0fa
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## [Unreleased]

- Bump Rust to 1.86.0.
Note that contracts built with this version require CosmWasm 3.0+ on the chain and cannot be
uploaded to chains running lower versions.
- Bump Rust to 1.86.0. ([#168])
- Remove `--signext-lowering` flag from `wasm-opt`. ([#168])

Note that contracts built with this version _require CosmWasm 3.0+_ on the chain and cannot be
uploaded to chains running lower versions.

[#168]: https://github.com/CosmWasm/optimizer/pull/168

## [0.16.1] - 2024-10-11

Expand Down