We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7764d76 commit d58f6dcCopy full SHA for d58f6dc
.github/workflows/rust.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@v4
33
- uses: dtolnay/rust-toolchain@master
34
with:
35
- toolchain: "1.65.0"
+ toolchain: "1.63.0"
36
- run: cargo check --lib --all-features
37
38
lint:
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "gcp_auth"
3
version = "0.9.0"
4
edition = "2021"
5
-rust-version = "1.65"
+rust-version = "1.63"
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