advotracker_client: update build dependencies

* correction in build.rs: use rust edition 2018 syntax
* crate twine is a build dependency

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-03-21 21:41:45 +01:00
parent 4a316b8080
commit dd5d361116
2 changed files with 10 additions and 11 deletions

View File

@@ -36,10 +36,10 @@ substring = { version = "~1" }
tracing = { version = "~0.1" }
tracing-subscriber = { version = "~0.2.0", features = ["tracing-log"] }
viperus = { git = "https://github.com/maurocordioli/viperus", features = ["cache", "fmt-clap", "fmt-env", "global", "watch"] }
twine = { version = "~0.3.8", features = ["serde"] }
[build-dependencies]
winres = { version = "0.1.11" }
twine = { version = "~0.3.8", features = ["serde"] }
[features]
default = []