From 28b939a0de1df37e1ca2feac351b7cf18af53a88 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Sun, 9 Feb 2020 12:07:29 +0300 Subject: [PATCH] Update libui-rs --- Cargo.lock | 6 +++--- iui/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19d6d34..cc21f9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "iui" version = "0.3.0" -source = "git+https://github.com/MOZGIII/libui-rs.git?rev=aa89ecef90ed1cb462ebbd1e159fd6e4f383b306#aa89ecef90ed1cb462ebbd1e159fd6e4f383b306" +source = "git+https://github.com/MOZGIII/libui-rs.git?rev=5d526e4d8d817a0736f60835259070ffa58b8b42#5d526e4d8d817a0736f60835259070ffa58b8b42" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -532,7 +532,7 @@ version = "0.1.0" dependencies = [ "embed-resource 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "iui 0.3.0 (git+https://github.com/MOZGIII/libui-rs.git?rev=aa89ecef90ed1cb462ebbd1e159fd6e4f383b306)", + "iui 0.3.0 (git+https://github.com/MOZGIII/libui-rs.git?rev=5d526e4d8d817a0736f60835259070ffa58b8b42)", "rebootinto-core 0.1.2", ] @@ -875,7 +875,7 @@ dependencies = [ "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" "checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" -"checksum iui 0.3.0 (git+https://github.com/MOZGIII/libui-rs.git?rev=aa89ecef90ed1cb462ebbd1e159fd6e4f383b306)" = "" +"checksum iui 0.3.0 (git+https://github.com/MOZGIII/libui-rs.git?rev=5d526e4d8d817a0736f60835259070ffa58b8b42)" = "" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" diff --git a/iui/Cargo.toml b/iui/Cargo.toml index 82d65a9..2b7fd4c 100644 --- a/iui/Cargo.toml +++ b/iui/Cargo.toml @@ -18,7 +18,7 @@ failure = "0.1" [dependencies.iui] git = "https://github.com/MOZGIII/libui-rs.git" -rev = "aa89ecef90ed1cb462ebbd1e159fd6e4f383b306" +rev = "5d526e4d8d817a0736f60835259070ffa58b8b42" features = ["static"] [dependencies.rebootinto-core]