Skip to content

Commit

Permalink
0.6.0 for tokio 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
willstott101 committed Dec 27, 2020
1 parent a1757fd commit 4829c5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmdns"
version = "0.5.0"
version = "0.6.0"
authors = ["Will Stott <[email protected]>"]

description = "mDNS Responder library for building discoverable LAN services in Rust"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ To use it, add this to your `Cargo.toml`:

```toml
[dependencies]
libmdns = "0.5"
libmdns = "0.6"
```

See the [example](https://github.com/librespot-org/libmdns/blob/stable-0.4.x/examples/register.rs) for use within code.
See the [example](https://github.com/librespot-org/libmdns/blob/stable-0.6.x/examples/register.rs) for use within code.

## Dependencies

Expand All @@ -23,6 +23,7 @@ Please open an issue on GitHub if you need support for older versions.

libmdns is built with the help of the [tokio](https://github.com/tokio-rs/tokio) runtime.

* `libmdns 0.6.x` (`tokio=1.x`, `rustc>=1.45.2`)
* `libmdns 0.5.x` (`tokio=0.3`, `rustc>=1.45.2`)
* `libmdns 0.4.x` (`tokio=0.2`, `rustc>=1.40.0`)
* `libmdns 0.3.x` (`tokio=0.1`, `rustc>=1.40.0`)
Expand Down

0 comments on commit 4829c5c

Please sign in to comment.