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]