Skip to content

Commit 8ba2550

Browse files
committed
chore!: update MSRV to 1.74 in workflow and Cargo.toml
1 parent 1c1849a commit 8ba2550

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/zeroconf_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install our MSRV
1414
uses: dtolnay/rust-toolchain@stable
1515
with:
16-
toolchain: "1.70"
16+
toolchain: "1.74"
1717

1818
- name: Compile example
1919
run: cargo build --example register

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repository = "https://github.com/librespot-org/libmdns"
77
readme = "README.md"
88
license = "MIT"
99
edition = "2018"
10+
rust-version = "1.74"
1011

1112
[dependencies]
1213
byteorder = "1.5"

0 commit comments

Comments
 (0)