Skip to content

Commit

Permalink
bump up version to 0.7.4 (#118)
Browse files Browse the repository at this point in the history
Also updated the dependency of `log` as `0.4`.
  • Loading branch information
keepsimple1 authored Aug 5, 2023
1 parent ff659a4 commit ab24121
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.7.4

* Not to use link-local addrs if routable addrs exist (#117)

# Version 0.7.3

## Highlights
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdns-sd"
version = "0.7.3"
version = "0.7.4"
authors = ["keepsimple <keepsimple@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand All @@ -17,8 +17,8 @@ default = ["async", "logging"]

[dependencies]
flume = { version = "0.10", default-features = false } # channel between threads
if-addrs = "0.10" # get local IP addresses
log = { version = "0.4.14", optional = true } # logging
if-addrs = "0.10" # get local IP addresses
log = { version = "0.4", optional = true } # logging
polling = "2.1" # select/poll sockets
socket2 = { version = "0.4", features = ["all"] } # socket APIs

Expand Down

0 comments on commit ab24121

Please sign in to comment.