We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fca769 commit 26fa225Copy full SHA for 26fa225
.github/workflows/rust.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v4
32
- uses: dtolnay/rust-toolchain@master
33
with:
34
- toolchain: "1.71.1"
+ toolchain: "1.82"
35
- run: cargo check --lib --all-features
36
37
lint:
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "gcp_auth"
3
version = "0.12.3"
4
edition = "2021"
5
-rust-version = "1.71"
+rust-version = "1.82"
6
repository = "https://github.com/hrvolapeter/gcp_auth"
7
description = "Google cloud platform (GCP) authentication using default and custom service accounts"
8
documentation = "https://docs.rs/gcp_auth/"
0 commit comments