Skip to content

Commit 49f2d25

Browse files
committed
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
1 parent 712ec0b commit 49f2d25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libmdns"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Will Stott <[email protected]>"]
55

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

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ To use it, add this to your `Cargo.toml`:
1313

1414
```toml
1515
[dependencies]
16-
libmdns = "0.7"
16+
libmdns = "0.9"
1717
```
1818

19-
See the [example](https://github.com/librespot-org/libmdns/blob/stable-0.7.x/examples/register.rs) for use within code.
19+
See the [example](https://github.com/librespot-org/libmdns/blob/stable-0.9.x/examples/register.rs) for use within code.
2020

2121
## Dependencies
2222

0 commit comments

Comments
 (0)