Skip to content

Commit

Permalink
Merge pull request #48 from librespot-org/1.46-msrv
Browse files Browse the repository at this point in the history
Increase MSRV to 1.70 and Actually test it in CI
  • Loading branch information
willstott101 authored Dec 30, 2023
2 parents 72a1ece + 703d031 commit e164205
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/zeroconf_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e164205

Please sign in to comment.