We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3c61c commit e905011Copy full SHA for e905011
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libmdns"
3
-version = "0.9.2"
+version = "0.10.0"
4
authors = ["Will Stott <willstott101+libmdns@gmail.com>"]
5
description = "mDNS Responder library for building discoverable LAN services in Rust"
6
repository = "https://github.com/librespot-org/libmdns"
README.md
@@ -13,7 +13,7 @@ To use it, add this to your `Cargo.toml`:
13
14
```toml
15
[dependencies]
16
-libmdns = "0.9"
+libmdns = "0.10"
17
```
18
19
See the [example](https://github.com/librespot-org/libmdns/blob/stable-0.9.x/examples/register.rs) for use within code.
0 commit comments