From bceec887418a8ece1fee97ae955eccc38e37eb43 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 24 Jul 2020 17:50:30 +0200 Subject: [PATCH] Cargo.toml: reference to upstream orbtk (branch develop) Signed-off-by: Ralf Zerres --- advotracker/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/advotracker/Cargo.toml b/advotracker/Cargo.toml index a1d534b..03f6078 100644 --- a/advotracker/Cargo.toml +++ b/advotracker/Cargo.toml @@ -26,9 +26,9 @@ envy = { version = "~0.4" } lazy_static = { version = "~1.4.0" } log = { version = "~0.4.8" } locales = { version = "~0.1" } -#orbtk = { version = "~0.3.1-alpha3" } -#orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" } -orbtk = { path = "../../orbtk" } +#orbtk = { version = "~0.3.1-alpha4" } +orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" } +#orbtk = { path = "../../orbtk" } serde = { version = "~1.0", features = ["derive"] } #tokio = { version = "~0.2", features = ["macros", "rt-threaded", "stream", "time"] } tracing = { version = "~0.1" }