Skip to content

Commit

Permalink
Bump MSRV to 1.71.1 for litemap 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Dec 13, 2024
1 parent 40db9ab commit 2085eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.71.0"
toolchain: "1.71.1"
- run: cargo check --lib --all-features

lint:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gcp_auth"
version = "0.12.3"
edition = "2021"
rust-version = "1.70"
rust-version = "1.71"
repository = "/~https://github.com/hrvolapeter/gcp_auth"
description = "Google cloud platform (GCP) authentication using default and custom service accounts"
documentation = "https://docs.rs/gcp_auth/"
Expand Down

0 comments on commit 2085eba

Please sign in to comment.