Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 2 additions & 4 deletions CHANGELOG-pre-1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,8 @@ and this project adheres to
### Changed

- all: Drop support for Rust versions lower than 1.54.0.
- cosmwasm-std: The `Debug` implementation of `Binary` now produces a hex string
instead of a list of bytes ([#1199]).
- cosmwasm-std: Pin uint version to 0.9.1 in order to maintain a reasonably low
MSRV.
- cosmwasm-std: The `Debug` implementation of `Binary` now produces a hex string instead of a list of bytes ([#1199]).
- cosmwasm-std: Pin uint version to 0.9.1 in order to maintain a reasonably low MSRV.
- cosmwasm-std: Add missing `Isqrt` export ([#1214]).

[#1199]: https://github.com/CosmWasm/cosmwasm/issues/1199
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ on our [YouTube channel](https://www.youtube.com/@CosmWasm), or

## Minimum Supported Rust Version (MSRV)

See [Minimum Supported Rust Version (MSRV)](./docs/MSRV.md).
See [Minimum Supported Rust Version (MSRV)] on Wiki.

[Minimum Supported Rust Version (MSRV)]: https://github.com/CosmWasm/cosmwasm/wiki/Minimum-Supported-Rust-Version-(MSRV)

## API entry points

Expand Down
11 changes: 0 additions & 11 deletions docs/MSRV.md

This file was deleted.