Skip to content

Commit

Permalink
raise MSRV to 1.63.0
Browse files Browse the repository at this point in the history
This allows updating rustix
  • Loading branch information
wfraser committed Aug 13, 2023
1 parent 88a0d64 commit 21da6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
run: if [[ ! -z `git status --porcelain=v1` ]]; then echo "::error::Workspace is dirty after running generator. Did you remember to check in the generated files?"; exit 1; fi

- name: Install MSRV toolchain
run: rustup install 1.60.0 --profile minimal
run: rustup install 1.63.0 --profile minimal

- name: Run cargo test
run: rustup run 1.60.0 cargo test
run: rustup run 1.63.0 cargo test

- name: Install nightly toolchain
run: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"

[package.metadata]
# Keep this at least 1 year old.
msrv = "1.60.0" # Apr 7, 2022
msrv = "1.63.0" # Aug 11, 2022

[dependencies]
atty = "0.2.14"
Expand Down

0 comments on commit 21da6d6

Please sign in to comment.