Skip to content

Commit

Permalink
cargo: bump MSRV to 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Jan 28, 2024
1 parent 5dff018 commit 9055801
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.65.0']
rust: ['stable', 'nightly', '1.67.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 @@ -11,7 +11,7 @@ resolver = "2"
[workspace.package]
version = "0.6.1"
edition = "2021"
rust-version = "1.65.0"
rust-version = "1.67.0"
license = "MIT OR Apache-2.0"
authors = ["Fabio Valentini <decathorpe@gmail.com>"]
repository = "https://github.com/ironthree/dxr"
Expand Down

0 comments on commit 9055801

Please sign in to comment.