From fca58564c8b3ea1654cf64c4e10147d4b24c461a Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 4 Oct 2022 10:28:44 +0200 Subject: [PATCH] chore: Prepare for release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 737341b..d59a7c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wot-serve" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Web of Things (WoT) Thing server" license = "MIT" @@ -8,7 +8,7 @@ repository = "https://github.com/sifis-home/wot-serve" keywords = ["wot", "WebofThings"] [dependencies] -wot-td = { git = "https://github.com/sifis-home/wot-td" } +wot-td = "0.2.0" mdns-sd = "0.5.1" thiserror = "1.0" if-addrs = "0.7"