From 35f07220add7887735465f5ef6d0eed579d7cece Mon Sep 17 00:00:00 2001 From: William Brown Date: Sat, 30 Nov 2024 14:09:21 +1000 Subject: [PATCH] Update MSRV to 1.79 --- .github/workflows/ci.yml | 6 +++--- Cargo.toml | 2 +- compat_tester/webauthn-rs-demo-shared/Cargo.toml | 1 - compat_tester/webauthn-rs-demo-wasm/Cargo.toml | 1 - compat_tester/webauthn-rs-demo/Cargo.toml | 1 - tutorial/wasm/Cargo.toml | 1 - 6 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cb774d7..af3d7930 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 5d1e9430..41f4be86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "William Brown ", "Michael Farrell " ] -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" diff --git a/compat_tester/webauthn-rs-demo-shared/Cargo.toml b/compat_tester/webauthn-rs-demo-shared/Cargo.toml index 831e845e..a517d39f 100644 --- a/compat_tester/webauthn-rs-demo-shared/Cargo.toml +++ b/compat_tester/webauthn-rs-demo-shared/Cargo.toml @@ -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"] diff --git a/compat_tester/webauthn-rs-demo-wasm/Cargo.toml b/compat_tester/webauthn-rs-demo-wasm/Cargo.toml index 98943054..f2e38eac 100644 --- a/compat_tester/webauthn-rs-demo-wasm/Cargo.toml +++ b/compat_tester/webauthn-rs-demo-wasm/Cargo.toml @@ -3,7 +3,6 @@ name = "webauthn_rs_demo_wasm" version = "0.1.0" authors = ["William Brown "] edition = "2021" -rust-version = "1.70.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] diff --git a/compat_tester/webauthn-rs-demo/Cargo.toml b/compat_tester/webauthn-rs-demo/Cargo.toml index 277f99b0..99c5133b 100644 --- a/compat_tester/webauthn-rs-demo/Cargo.toml +++ b/compat_tester/webauthn-rs-demo/Cargo.toml @@ -3,7 +3,6 @@ name = "webauthn-rs-demo" version = "0.1.0" authors = ["William Brown "] edition = "2021" -rust-version = "1.70.0" build = "build.rs" description = "Webauthn Demonstration Server" diff --git a/tutorial/wasm/Cargo.toml b/tutorial/wasm/Cargo.toml index b76be798..15db91d6 100644 --- a/tutorial/wasm/Cargo.toml +++ b/tutorial/wasm/Cargo.toml @@ -2,7 +2,6 @@ name = "wasm" version = "0.1.1" edition = "2021" -rust-version = "1.70.0" authors = ["William Brown "] [lib]