Skip to content

Commit e905011

Browse files
committed
0.10.0: Public signature change and MSRV bump
1 parent 7c3c61c commit e905011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libmdns"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
authors = ["Will Stott <willstott101+libmdns@gmail.com>"]
55
description = "mDNS Responder library for building discoverable LAN services in Rust"
66
repository = "https://github.com/librespot-org/libmdns"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To use it, add this to your `Cargo.toml`:
1313

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

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

0 commit comments

Comments
 (0)