From 7c6d432683a5370bcf77ef39ad961ec0aaa79f56 Mon Sep 17 00:00:00 2001 From: Michael Farrell Date: Wed, 18 Dec 2024 16:03:04 +1000 Subject: [PATCH] WIP: bump MSRV to 1.81 to match home@0.5.11 --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af3d7930..2f420d99 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.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 diff --git a/Cargo.toml b/Cargo.toml index 222eeff4..92f1166d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "William Brown ", "Michael Farrell " ] -rust-version = "1.79" +rust-version = "1.81" edition = "2021" repository = "https://github.com/kanidm/webauthn-rs" homepage = "https://github.com/kanidm/webauthn-rs"