From 4829c5c05009749eea0fb6ac2caf85a0f4b34eb0 Mon Sep 17 00:00:00 2001 From: Will Stott Date: Sun, 27 Dec 2020 12:50:24 +0000 Subject: [PATCH] 0.6.0 for tokio 1.x --- Cargo.toml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f32a13..44a31f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmdns" -version = "0.5.0" +version = "0.6.0" authors = ["Will Stott "] description = "mDNS Responder library for building discoverable LAN services in Rust" diff --git a/README.md b/README.md index 9ac8d77..209ecb3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`)