Skip to content

Commit

Permalink
Bump MSRV to 1.77
Browse files Browse the repository at this point in the history
(Will be needed in order to land #26.)
  • Loading branch information
scouten-adobe committed Aug 13, 2024
1 parent 9faf287 commit e927eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
rust_version: [stable, 1.74.0]
rust_version: [stable, 1.77.0]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
target: [aarch64-unknown-linux-gnu]
rust_version: [stable, 1.74.0]
rust_version: [stable, 1.77.0]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Install nightly Rust toolchain
# Nightly is used here because the docs.rs build
# uses nightly and we use doc_cfg features that are
# not in stable Rust as of this writing (Rust 1.74).
# not in stable Rust as of this writing (Rust 1.77).
uses: dtolnay/rust-toolchain@nightly

- name: Run cargo docs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In particular, there is no support (yet) for multiple identity assertions in a s

## Requirements

The toolkit requires **Rust version 1.74.0** or newer. When a newer version of Rust becomes required, a new minor (1.x.0) version of this crate will be released.
The toolkit requires **Rust version 1.77.0** or newer. When a newer version of Rust becomes required, a new minor (1.x.0) version of this crate will be released.

### Supported platforms

Expand Down

0 comments on commit e927eab

Please sign in to comment.