Bump MSRV to 1.56.0

Closes str4d/rage#285.
This commit is contained in:
Jack Grigg 2022-03-16 01:51:09 +00:00
parent 63415583e1
commit e297965621
8 changed files with 14 additions and 7 deletions

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.56.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.51.0
toolchain: 1.56.0
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.56.0
override: true
- name: Add target
run: rustup target add ${{ matrix.target }}
@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.56.0
override: true
- name: Install linux build dependencies
run: sudo apt install libfuse-dev

View file

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

View file

@ -128,7 +128,7 @@ encrypted to a specific public key.
| Environment | CLI command |
|-------------|-------------|
| Cargo (Rust 1.51+) | `cargo install rage` |
| Cargo (Rust 1.56+) | `cargo install rage` |
| Homebrew (macOS or Linux) | `brew tap str4d.xyz/rage https://str4d.xyz/rage`<br>`brew install rage` |
| openSUSE Tumbleweed | `zypper install rage-encryption` |

View file

@ -11,6 +11,7 @@ to 1.0.0 are beta releases.
- `age_core::io::{DebugReader, DebugWriter}`
### Changed
- MSRV is now 1.56.0.
- `Connection::open` now returns the debugging-friendly concrete type
`Connection<DebugReader<ChildStdout>, DebugWriter<ChildStdin>>`.

View file

@ -9,6 +9,8 @@ and this project adheres to Rust's notion of
to 1.0.0 are beta releases.
## [Unreleased]
### Changed
- MSRV is now 1.56.0.
## [0.2.1] - 2021-12-27
### Fixed

View file

@ -9,6 +9,8 @@ and this project adheres to Rust's notion of
to 1.0.0 are beta releases.
## [Unreleased]
### Changed
- MSRV is now 1.56.0.
## [0.7.1] - 2021-12-27
### Fixed

View file

@ -9,6 +9,8 @@ and this project adheres to Rust's notion of
to 1.0.0 are beta releases.
## [Unreleased]
### Changed
- MSRV is now 1.56.0.
## [0.7.1] - 2021-12-27
### Fixed

View file

@ -1 +1 @@
1.51.0
1.56.0