Skip to content

Commit

Permalink
Update MSRV to 1.79 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear authored Nov 30, 2024
1 parent f74d804 commit 25bc74a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 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.70.0 ]
rust_version: [ stable, 1.79.0 ]
os:
- ubuntu-latest
- windows-latest
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_version: [ stable, 1.70.0 ]
rust_version: [ stable, 1.79.0 ]
features:
- bluetooth
- cable
Expand All @@ -107,7 +107,7 @@ jobs:
rust_version: stable
exclude:
- os: windows-latest
rust_version: 1.70.0
rust_version: 1.79.0

runs-on: ${{ matrix.os }}
steps:
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 <[email protected]>",
"Michael Farrell <[email protected]>"
]
rust-version = "1.70.0"
rust-version = "1.79"
edition = "2021"
repository = "https://github.com/kanidm/webauthn-rs"
homepage = "https://github.com/kanidm/webauthn-rs"
Expand Down
1 change: 0 additions & 1 deletion compat_tester/webauthn-rs-demo-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "webauthn-rs-demo-shared"
version = "0.1.0"
edition = "2021"
rust-version = "1.70.0"

[features]
core = ["webauthn-rs-core"]
Expand Down
1 change: 0 additions & 1 deletion compat_tester/webauthn-rs-demo-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "webauthn_rs_demo_wasm"
version = "0.1.0"
authors = ["William Brown <[email protected]>"]
edition = "2021"
rust-version = "1.70.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
Expand Down
1 change: 0 additions & 1 deletion compat_tester/webauthn-rs-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "webauthn-rs-demo"
version = "0.1.0"
authors = ["William Brown <[email protected]>"]
edition = "2021"
rust-version = "1.70.0"
build = "build.rs"

description = "Webauthn Demonstration Server"
Expand Down
1 change: 0 additions & 1 deletion tutorial/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "wasm"
version = "0.1.1"
edition = "2021"
rust-version = "1.70.0"
authors = ["William Brown <[email protected]>"]

[lib]
Expand Down

0 comments on commit 25bc74a

Please sign in to comment.