From 3ff0c054742582d941dfb8f7a97aeaea13061f5f Mon Sep 17 00:00:00 2001 From: Sean Young Date: Sat, 13 Apr 2024 14:51:08 +0100 Subject: [PATCH] Update MSRV Signed-off-by: Sean Young --- .github/workflows/tests.yml | 2 +- Cargo.toml | 2 +- irp/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eaf843f..54fd239 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Build tests on: [push, pull_request] jobs: linux: - name: Linux + name: Test runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/Cargo.toml b/Cargo.toml index 5dd427f..bd613c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/seanyoung/cir" edition = "2021" description = "Linux Infrared Tooling" license = "MIT" -rust-version = "1.70.0" +rust-version = "1.74.0" exclude = [ "/.git*", "/testdata", "/tests", "/TODO" ] [dependencies] diff --git a/irp/Cargo.toml b/irp/Cargo.toml index 7d49538..0b06c33 100644 --- a/irp/Cargo.toml +++ b/irp/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/irp/" keywords = [ "BPF", "IR", "infrared", "pronto" ] readme = "README.md" license = "MIT" -rust-version = "1.68.0" +rust-version = "1.74.0" exclude = [ "/doc", "/tests" ] [dependencies]