From e4ee0dec5580fa8c5f2361eb7fa11dc3f9d605b5 Mon Sep 17 00:00:00 2001 From: Will Stott Date: Sat, 24 Aug 2024 17:20:55 +0100 Subject: [PATCH] 0.9.1 Fix simultaneous ipv4 & ipv6 systems --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8220a58..5bcfe34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmdns" -version = "0.9.0" +version = "0.9.1" authors = ["Will Stott "] description = "mDNS Responder library for building discoverable LAN services in Rust"