Skip to content

Commit

Permalink
WIP: bump MSRV to 1.81 to match home@0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Dec 18, 2024
1 parent acac497 commit 7c6d432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_version: [ stable, 1.79.0 ]
rust_version: [ stable, 1.81.0 ]
os:
- ubuntu-latest
- windows-latest
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_version: [ stable, 1.79.0 ]
rust_version: [ stable, 1.81.0 ]
features:
- bluetooth
- cable
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"William Brown <william@blackhats.net.au>",
"Michael Farrell <micolous+git@gmail.com>"
]
rust-version = "1.79"
rust-version = "1.81"
edition = "2021"
repository = "https://github.com/kanidm/webauthn-rs"
homepage = "https://github.com/kanidm/webauthn-rs"
Expand Down

0 comments on commit 7c6d432

Please sign in to comment.