Skip to content

Commit

Permalink
cargo: update MSRV to 1.65
Browse files Browse the repository at this point in the history
This is required by our transitive dependencies (currently at least
`regex` and `nix`).
  • Loading branch information
lucab committed Nov 8, 2023
1 parent 15868a6 commit 0e08d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
# Minimum supported Rust version (MSRV)
ACTION_MSRV_TOOLCHAIN: '1.63.0'
ACTION_MSRV_TOOLCHAIN: '1.65.0'
# Pinned toolchain for linting
ACTION_LINTS_TOOLCHAIN: '1.63.0'
ACTION_LINTS_TOOLCHAIN: '1.65.0'

jobs:
tests-stable:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = [
".travis.yml",
]
edition = "2021"
rust-version = "1.63"
rust-version = "1.65"

[dependencies]
hmac = "^0.12"
Expand Down

0 comments on commit 0e08d5c

Please sign in to comment.