Skip to content

Commit

Permalink
min Rust version 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Apr 21, 2024
1 parent 5430b7b commit 1ed9ad4
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.65.0
- uses: dtolnay/rust-toolchain@1.70.0
- 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.65"
rust-version = "1.70"

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

0 comments on commit 1ed9ad4

Please sign in to comment.