From 143acc6e299dc28eafff2496eb913af9094c5b42 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 13 Dec 2024 09:53:11 +0100 Subject: [PATCH] Bump MSRV to 1.71.1 for litemap 0.7.4 --- .github/workflows/rust.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 696d802..263ec8d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: "1.71.0" + toolchain: "1.71.1" - run: cargo check --lib --all-features lint: diff --git a/Cargo.toml b/Cargo.toml index 246c9f8..3f7cf1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "gcp_auth" version = "0.12.3" edition = "2021" -rust-version = "1.70" +rust-version = "1.71" repository = "https://github.com/hrvolapeter/gcp_auth" description = "Google cloud platform (GCP) authentication using default and custom service accounts" documentation = "https://docs.rs/gcp_auth/"