From 537902a3e1618d51d8063a866a6f73ccf046456f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 05:50:45 +0000 Subject: [PATCH] Update dependency rust to v1.98.1 --- .github/workflows/formatting.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 +- rust-toolchain.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/formatting.yaml b/.github/workflows/formatting.yaml index cd9c0b2..0ec3ba8 100644 --- a/.github/workflows/formatting.yaml +++ b/.github/workflows/formatting.yaml @@ -12,5 +12,5 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: rustfmt - toolchain: 1.91 + toolchain: 1.98 - run: cargo fmt --check diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8ec500a..39f7970 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,7 +12,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: clippy - toolchain: 1.91 + toolchain: 1.98 - run: | sudo apt-get update sudo apt-get install -y pkg-config libudev-dev diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0d26d4c..88bd2a3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.91 + toolchain: 1.98 - run: | sudo apt-get update sudo apt-get install -y pkg-config libudev-dev diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1a35d66..6422209 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.91" +channel = "1.98.1"