Signed-off-by: Walker Crouse <Walker.Crouse@bjss.com>
This commit is contained in:
Walker Crouse 2021-08-10 13:18:43 -04:00
parent 2262793a56
commit fee3cd9719
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
version = "0.7.13"
@ -529,7 +531,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "zeroconf"
version = "0.7.0"
version = "0.7.2"
dependencies = [
"avahi-sys",
"bonjour-sys",

View File

@ -1,6 +1,6 @@
[package]
name = "zeroconf"
version = "0.7.1"
version = "0.7.2"
authors = ["Walker Crouse <walkercrouse@hotmail.com>"]
edition = "2018"
description = "cross-platform library that wraps ZeroConf/mDNS implementations like Bonjour or Avahi"