Skip to content

Commit a43e8ae

Browse files
committed
Update MSRV
Signed-off-by: Sean Young <[email protected]>
1 parent da2e3f1 commit a43e8ae

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: .github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: Build tests
22
on: [push, pull_request]
33
jobs:
44
linux:
5-
name: Linux
5+
name: Test
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
99
os: [macos-latest, ubuntu-latest]
10+
rust: [stable, beta, nightly]
1011
steps:
1112
- name: Checkout sources
1213
uses: actions/checkout@v4

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/seanyoung/cir"
66
edition = "2021"
77
description = "Linux Infrared Tooling"
88
license = "MIT"
9-
rust-version = "1.70.0"
9+
rust-version = "1.74.0"
1010
exclude = [ "/.git*", "/testdata", "/tests", "/TODO" ]
1111

1212
[dependencies]

Diff for: irp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/irp/"
99
keywords = [ "BPF", "IR", "infrared", "pronto" ]
1010
readme = "README.md"
1111
license = "MIT"
12-
rust-version = "1.68.0"
12+
rust-version = "1.74.0"
1313
exclude = [ "/doc", "/tests" ]
1414

1515
[dependencies]

0 commit comments

Comments
 (0)