Bump MSRV to 1.51.0

This commit is contained in:
Jack Grigg 2021-08-03 02:48:23 +01:00
parent cb90a4a343
commit 215b1b0847
8 changed files with 13 additions and 8 deletions

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.49.0
toolchain: 1.51.0
override: true
# Ensure all code has been formatted with rustfmt
@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.49.0
toolchain: 1.51.0
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.49.0
toolchain: 1.51.0
override: true
- name: Add target
run: rustup target add ${{ matrix.target }}

View file

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.49.0
toolchain: 1.51.0
override: true
- name: cargo build
run: cargo build --release --features unstable

View file

@ -116,7 +116,7 @@ brew install rage
On Windows, Linux, and macOS, you can use the
[pre-built binaries](https://github.com/str4d/rage/releases).
If your system has Rust 1.49+ installed (either via `rustup` or a system
If your system has Rust 1.51+ installed (either via `rustup` or a system
package), you can build directly from source:
```

View file

@ -7,6 +7,8 @@ and this project adheres to Rust's notion of
to 1.0.0 are beta releases.
## [Unreleased]
### Changed
- MSRV is now 1.51.0.
## [0.6.0] - 2021-05-02
### Security

View file

@ -9,5 +9,8 @@ and this project adheres to Rust's notion of
to 1.0.0 are beta releases.
## [Unreleased]
### Changed
- MSRV is now 1.51.0.
## [0.1.0] - 2021-05-02
Initial beta release!

View file

@ -10,7 +10,7 @@ to 1.0.0 are beta releases.
## [Unreleased]
### Changed
- MSRV is now 1.49.0.
- MSRV is now 1.51.0.
## [0.6.0] - 2021-05-02
### Security

View file

@ -10,7 +10,7 @@ to 1.0.0 are beta releases.
## [Unreleased]
### Changed
- MSRV is now 1.49.0.
- MSRV is now 1.51.0.
## [0.6.0] - 2021-05-02
### Added

View file

@ -1 +1 @@
1.49.0
1.51.0