File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " libmdns"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [" Will Stott <willstott101+libmdns@gmail.com>" ]
55
66description = " mDNS Responder library for building discoverable LAN services in Rust"
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ To use it, add this to your `Cargo.toml`:
1111
1212``` toml
1313[dependencies ]
14- libmdns = " 0.5 "
14+ libmdns = " 0.6 "
1515```
1616
17- See the [ example] ( https://github.com/librespot-org/libmdns/blob/stable-0.4 .x/examples/register.rs ) for use within code.
17+ See the [ example] ( https://github.com/librespot-org/libmdns/blob/stable-0.6 .x/examples/register.rs ) for use within code.
1818
1919## Dependencies
2020
@@ -23,6 +23,7 @@ Please open an issue on GitHub if you need support for older versions.
2323
2424libmdns is built with the help of the [ tokio] ( https://github.com/tokio-rs/tokio ) runtime.
2525
26+ * ` libmdns 0.6.x ` (` tokio=1.x ` , ` rustc>=1.45.2 ` )
2627* ` libmdns 0.5.x ` (` tokio=0.3 ` , ` rustc>=1.45.2 ` )
2728* ` libmdns 0.4.x ` (` tokio=0.2 ` , ` rustc>=1.40.0 ` )
2829* ` libmdns 0.3.x ` (` tokio=0.1 ` , ` rustc>=1.40.0 ` )
You can’t perform that action at this time.
0 commit comments