Skip to content

Commit c43829a

Browse files
committed
0.8.0 update dependencies and MSRV
1 parent 774f9bf commit c43829a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libmdns"
3-
version = "0.7.5"
3+
version = "0.8.0"
44
authors = ["Will Stott <willstott101+libmdns@gmail.com>"]
55

66
description = "mDNS Responder library for building discoverable LAN services in Rust"
@@ -10,8 +10,8 @@ license = "MIT"
1010
edition = "2018"
1111

1212
[dependencies]
13-
byteorder = "1.5.0"
14-
if-addrs = "0.10.2"
13+
byteorder = "1.5"
14+
if-addrs = "0.11.0"
1515
hostname = "0.3.1"
1616
log = "0.4"
1717
multimap = "0.9"

0 commit comments

Comments
 (0)