We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6189a11 commit f41ebb5Copy full SHA for f41ebb5
2 files changed
.github/workflows/testing.yml
@@ -21,7 +21,7 @@ jobs:
21
sudo apt-get install -y libdbus-1-dev
22
- name: Set toolchain version
23
run: |
24
- rustup override set 1.84
+ rustup override set 1.85
25
rustup component add rustfmt
26
- name: cargo check
27
run: cargo check ${{ matrix.features }}
Cargo.toml
@@ -10,7 +10,7 @@ authors = ["Adam McQuilkin"]
10
readme = "README.md"
11
license = "GPL-3.0"
12
version = "0.1.8"
13
-rust-version = "1.84"
+rust-version = "1.85"
14
edition = "2021"
15
16
[lib]
0 commit comments