Skip to content

Commit

Permalink
update min rust-version to 1.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Dec 22, 2024
1 parent 502514f commit 5e90af5
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 @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.70.0
- uses: dtolnay/rust-toolchain@1.71.1
- name: Build
run: cargo build
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["authentication", "authorization", "oauth", "openid", "uma2"]
license = "Unlicense OR MIT"
readme = "README.md"
repository = "https://github.com/kilork/openid"
rust-version = "1.70"
rust-version = "1.71.1"

[features]
default = ["native-tls"]
Expand Down

0 comments on commit 5e90af5

Please sign in to comment.