You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ To use it, add this to your `Cargo.toml`:
13
13
14
14
```toml
15
15
[dependencies]
16
-
libmdns = "0.7"
16
+
libmdns = "0.9"
17
17
```
18
18
19
-
See the [example](https://github.com/librespot-org/libmdns/blob/stable-0.7.x/examples/register.rs) for use within code.
19
+
See the [example](https://github.com/librespot-org/libmdns/blob/stable-0.9.x/examples/register.rs) for use within code.
20
20
21
21
## Dependencies
22
22
23
-
libmdns' oldest supported Rust toolchain is `1.70.0`, _however it may compile fine on older versions of rust._
23
+
libmdns' MSRV (oldest supported Rust toolchain) is 1.74.0.
24
24
25
25
**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.
0 commit comments