mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
parent
63415583e1
commit
e297965621
8 changed files with 14 additions and 7 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
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.51.0
|
||||
toolchain: 1.56.0
|
||||
override: true
|
||||
- name: cargo build
|
||||
run: cargo build --release --features unstable
|
||||
|
|
|
@ -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` |
|
||||
|
||||
|
|
|
@ -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>>`.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.51.0
|
||||
1.56.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue