mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
Bump MSRV to 1.51.0
This commit is contained in:
parent
cb90a4a343
commit
215b1b0847
8 changed files with 13 additions and 8 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/interop.yml
vendored
2
.github/workflows/interop.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.49.0
|
||||
1.51.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue