Skip to content

Commit

Permalink
0.8.0 update dependencies and MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
willstott101 committed Jan 8, 2024
1 parent 774f9bf commit c43829a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmdns"
version = "0.7.5"
version = "0.8.0"
authors = ["Will Stott <[email protected]>"]

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

[dependencies]
byteorder = "1.5.0"
if-addrs = "0.10.2"
byteorder = "1.5"
if-addrs = "0.11.0"
hostname = "0.3.1"
log = "0.4"
multimap = "0.9"
Expand Down

0 comments on commit c43829a

Please sign in to comment.