Skip to content

Commit

Permalink
guess i'll just put the msrv to latest stable
Browse files Browse the repository at this point in the history
refreshing to be able to work with a binary with low constraints

Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Mar 6, 2024
1 parent f18ab49 commit 053e3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- macos
toolchain:
- stable
- 1.70.0
- 1.76.0

name: Test on ${{ matrix.platform }} with ${{ matrix.toolchain }}
runs-on: "${{ matrix.platform }}-latest"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
readme = "./README.md"
repository = "https://github.com/clux/whyq"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.76.0"
categories = ["command-line-utilities", "parsing"]


Expand Down

0 comments on commit 053e3c3

Please sign in to comment.