From 49f2d25ec74ef7995df2244f28cc59c0ef292d28 Mon Sep 17 00:00:00 2001 From: Will Stott Date: Sat, 24 Aug 2024 15:52:54 +0100 Subject: [PATCH] 0.9.0 Releases #51 #54 #55 #58 #51 Progress(?) adding Solaris support #54 Windows link-local ipv6 broadcasting #55 Add with_default_handle_and_ip_list_and_hostname #58 Support ipv4 broadcasting on interfaces with multiple ipv4 addresses --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91ffa85..8220a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmdns" -version = "0.8.0" +version = "0.9.0" authors = ["Will Stott "] description = "mDNS Responder library for building discoverable LAN services in Rust" diff --git a/README.md b/README.md index f0e3db6..833b42d 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ To use it, add this to your `Cargo.toml`: ```toml [dependencies] -libmdns = "0.7" +libmdns = "0.9" ``` -See the [example](https://github.com/librespot-org/libmdns/blob/stable-0.7.x/examples/register.rs) for use within code. +See the [example](https://github.com/librespot-org/libmdns/blob/stable-0.9.x/examples/register.rs) for use within code. ## Dependencies