diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b576fcc..1f02b56 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,7 +21,7 @@ jobs: sudo apt-get install -y libdbus-1-dev - name: Set toolchain version run: | - rustup override set 1.84 + rustup override set 1.85 rustup component add rustfmt - name: cargo check run: cargo check ${{ matrix.features }} diff --git a/Cargo.toml b/Cargo.toml index 70b4b8d..1005b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Adam McQuilkin"] readme = "README.md" license = "GPL-3.0" version = "0.1.8" -rust-version = "1.84" +rust-version = "1.85" edition = "2021" [lib]