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:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user