From f3607dd82226832d4074b3575588a1972cac7a66 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Wed, 27 Oct 2021 12:38:49 +0100 Subject: [PATCH] Update Cargo.lock --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c521aef3..094fe79b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,7 +1045,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "druid" version = "0.7.0" -source = "git+https://github.com/lapce/druid#17d4a5da37b2db9aa2030ae129d2291b511ce4e9" +source = "git+https://github.com/lapce/druid#c8b33e6c61f4ec3a7d6075a9b907ff7158346ba0" dependencies = [ "console_error_panic_hook", "druid-derive", @@ -1069,7 +1069,7 @@ dependencies = [ [[package]] name = "druid-derive" version = "0.4.0" -source = "git+https://github.com/lapce/druid#17d4a5da37b2db9aa2030ae129d2291b511ce4e9" +source = "git+https://github.com/lapce/druid#c8b33e6c61f4ec3a7d6075a9b907ff7158346ba0" dependencies = [ "proc-macro2 1.0.29", "quote 1.0.9", @@ -1079,7 +1079,7 @@ dependencies = [ [[package]] name = "druid-shell" version = "0.7.0" -source = "git+https://github.com/lapce/druid#17d4a5da37b2db9aa2030ae129d2291b511ce4e9" +source = "git+https://github.com/lapce/druid#c8b33e6c61f4ec3a7d6075a9b907ff7158346ba0" dependencies = [ "anyhow", "cfg-if 1.0.0",