Skip to content

Commit 2085eba

Browse files
committed
Bump MSRV to 1.71.1 for litemap 0.7.4
1 parent 40db9ab commit 2085eba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: dtolnay/rust-toolchain@master
3535
with:
36-
toolchain: "1.71.0"
36+
toolchain: "1.71.1"
3737
- run: cargo check --lib --all-features
3838

3939
lint:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gcp_auth"
33
version = "0.12.3"
44
edition = "2021"
5-
rust-version = "1.70"
5+
rust-version = "1.71"
66
repository = "https://github.com/hrvolapeter/gcp_auth"
77
description = "Google cloud platform (GCP) authentication using default and custom service accounts"
88
documentation = "https://docs.rs/gcp_auth/"

0 commit comments

Comments
 (0)