From 703d031f5c03ffc228e43687f8852754ff167237 Mon Sep 17 00:00:00 2001 From: Will Stott Date: Sat, 30 Dec 2023 12:01:32 +0000 Subject: [PATCH] Increase MSRV to 1.70 and Actually test it in CI --- .github/workflows/zeroconf_test.yaml | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/zeroconf_test.yaml b/.github/workflows/zeroconf_test.yaml index 8bc1e05..518e473 100644 --- a/.github/workflows/zeroconf_test.yaml +++ b/.github/workflows/zeroconf_test.yaml @@ -10,6 +10,11 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Install our MSRV + uses: dtolnay/rust-toolchain@stable + with: + toolchain: "1.70" + - name: Compile example run: cargo build --example register diff --git a/README.md b/README.md index d8f4d16..f0e3db6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ See the [example](https://github.com/librespot-org/libmdns/blob/stable-0.7.x/exa ## Dependencies -libmdns' oldest supported Rust toolchain is `1.46.0`, _however it may compile fine on older versions of rust._ +libmdns' oldest supported Rust toolchain is `1.70.0`, _however it may compile fine on older versions of rust._ **We hold no strong garantees for sticking to a Minimum Supported Rust Version**. Please open an issue on GitHub if you need support for older compilers or different platforms.