Skip to content

Commit

Permalink
0.9.0 Releases #51 #54 #55 #58
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
willstott101 committed Aug 24, 2024
1 parent 712ec0b commit 49f2d25
Show file tree
Hide file tree
Showing 2 changed files with 3 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.8.0"
version = "0.9.0"
authors = ["Will Stott <[email protected]>"]

description = "mDNS Responder library for building discoverable LAN services in Rust"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 49f2d25

Please sign in to comment.