Skip to content

Commit 26fa225

Browse files
committed
Bump MSRV to 1.82 (for zerotrie)
1 parent 1fca769 commit 26fa225

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
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: dtolnay/rust-toolchain@master
3333
with:
34-
toolchain: "1.71.1"
34+
toolchain: "1.82"
3535
- run: cargo check --lib --all-features
3636

3737
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.71"
5+
rust-version = "1.82"
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)