Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: bump MSRV to 1.81 to match home@0.5.11
Browse files Browse the repository at this point in the history
micolous committed Dec 18, 2024
1 parent acac497 commit 7c6d432
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
@@ -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
@@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 7c6d432

Please sign in to comment.