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 40db9ab commit 2085ebaCopy full SHA for 2085eba
.github/workflows/rust.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v4
34
- uses: dtolnay/rust-toolchain@master
35
with:
36
- toolchain: "1.71.0"
+ toolchain: "1.71.1"
37
- run: cargo check --lib --all-features
38
39
lint:
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "gcp_auth"
3
version = "0.12.3"
4
edition = "2021"
5
-rust-version = "1.70"
+rust-version = "1.71"
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