From 053e3c3bb39765e8fbe07091b56184b51699df34 Mon Sep 17 00:00:00 2001 From: clux Date: Wed, 6 Mar 2024 21:28:54 +0000 Subject: [PATCH] guess i'll just put the msrv to latest stable refreshing to be able to work with a binary with low constraints Signed-off-by: clux --- .github/workflows/check.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5b67e67..d4d6172 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 8ed7e71..323b39a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]