Increment versions
Signed-off-by: Walker Crouse <walker.crouse@coop.co.uk>
This commit is contained in:
parent
060b5924ed
commit
b72528412b
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zeroconf-macros"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Walker Crouse <walkercrouse@hotmail.com>"]
|
||||
edition = "2018"
|
||||
description = "Macros for zeroconf crate"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zeroconf"
|
||||
version = "0.5.2"
|
||||
version = "0.6.0"
|
||||
authors = ["Walker Crouse <walkercrouse@hotmail.com>"]
|
||||
edition = "2018"
|
||||
description = "cross-platform library that wraps ZeroConf/mDNS implementations like Bonjour or Avahi"
|
||||
|
@ -19,7 +19,7 @@ derive_builder = "0.9.0"
|
|||
derive-new = "0.5.8"
|
||||
log = "0.4.11"
|
||||
libc = "0.2.77"
|
||||
zeroconf-macros = { path = "../zeroconf-macros", version = "0.1.1" }
|
||||
zeroconf-macros = { path = "../zeroconf-macros", version = "0.1.2" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7.1"
|
||||
|
|
Loading…
Reference in New Issue