Skip to content

Commit f41ebb5

Browse files
committed
Bump MSRV to 1.85
This should fix build issues with new dependencies using 2024 edition. Note that we are not switching to 2024 edition yet.
1 parent 6189a11 commit f41ebb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sudo apt-get install -y libdbus-1-dev
2222
- name: Set toolchain version
2323
run: |
24-
rustup override set 1.84
24+
rustup override set 1.85
2525
rustup component add rustfmt
2626
- name: cargo check
2727
run: cargo check ${{ matrix.features }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = ["Adam McQuilkin"]
1010
readme = "README.md"
1111
license = "GPL-3.0"
1212
version = "0.1.8"
13-
rust-version = "1.84"
13+
rust-version = "1.85"
1414
edition = "2021"
1515

1616
[lib]

0 commit comments

Comments
 (0)