Skip to content

Commit d58f6dc

Browse files
committed
Reduce MSRV to 1.63
1 parent 7764d76 commit d58f6dc

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
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: dtolnay/rust-toolchain@master
3434
with:
35-
toolchain: "1.65.0"
35+
toolchain: "1.63.0"
3636
- run: cargo check --lib --all-features
3737

3838
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.9.0"
44
edition = "2021"
5-
rust-version = "1.65"
5+
rust-version = "1.63"
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)