Skip to content

Commit

Permalink
Update MSRV
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Apr 13, 2024
1 parent da2e3f1 commit 3ff0c05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build tests
on: [push, pull_request]
jobs:
linux:
name: Linux
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion irp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3ff0c05

Please sign in to comment.