Skip to content

Commit 4829c5c

Browse files
committed
0.6.0 for tokio 1.x
1 parent a1757fd commit 4829c5c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libmdns"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Will Stott <willstott101+libmdns@gmail.com>"]
55

66
description = "mDNS Responder library for building discoverable LAN services in Rust"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2424
libmdns 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`)

0 commit comments

Comments
 (0)