Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
cargo: bump MSRV to 1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Mar 14, 2023
1 parent 54f1bda commit 6a0adcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
rust: ['stable', 'nightly', '1.60.0']
rust: ['stable', 'nightly', '1.64.0']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"

version = "2.0.1"
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"

authors = ["Fabio Valentini <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 6a0adcb

Please sign in to comment.