From 7dd96aceffc705116e28d3dac81e180fb6fa082b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Mon, 7 Sep 2020 20:27:15 +0200 Subject: [PATCH] Update Orbtk --- Cargo.lock | 3 +-- czkawka_gui_orbtk/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8aea643..10af43c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1029,8 +1029,7 @@ dependencies = [ [[package]] name = "orbtk" version = "0.3.1-alpha3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bba6b4c0ed9508eb25bd3a2eb602be9457fcb4e10c69b4e7bbae6cde09013369" +source = "git+https://github.com/redox-os/orbtk#00f44b943333e9683cc1cf9441643b353dd7756d" dependencies = [ "dces", "orbtk-api", diff --git a/czkawka_gui_orbtk/Cargo.toml b/czkawka_gui_orbtk/Cargo.toml index a2a9e3f..b65f1c5 100644 --- a/czkawka_gui_orbtk/Cargo.toml +++ b/czkawka_gui_orbtk/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] czkawka_core = { path = "../czkawka_core" } -#orbtk = {git = "https://github.com/redox-os/orbtk"} -orbtk = "=0.3.1-alpha3" \ No newline at end of file +orbtk = {git = "https://github.com/redox-os/orbtk"} +#orbtk = "=0.3.1-alpha3" \ No newline at end of file