Skip to content

Commit 823bcad

Browse files
authored
Moved MSRV.md to Wiki. (#2546)
1 parent a52819d commit 823bcad

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

CHANGELOG-pre-1.0.0.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,8 @@ and this project adheres to
109109
### Changed
110110

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

118116
[#1199]: https://github.com/CosmWasm/cosmwasm/issues/1199

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ on our [YouTube channel](https://www.youtube.com/@CosmWasm), or
254254

255255
## Minimum Supported Rust Version (MSRV)
256256

257-
See [Minimum Supported Rust Version (MSRV)](./docs/MSRV.md).
257+
See [Minimum Supported Rust Version (MSRV)] on Wiki.
258+
259+
[Minimum Supported Rust Version (MSRV)]: https://github.com/CosmWasm/cosmwasm/wiki/Minimum-Supported-Rust-Version-(MSRV)
258260

259261
## API entry points
260262

docs/MSRV.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)