From 2c805237a7c796ef75ed06705fc4edc2fe1e78ec Mon Sep 17 00:00:00 2001 From: Kaiden42 Date: Wed, 11 Aug 2021 17:07:25 +0200 Subject: [PATCH] Bump iced_focus_derive path -> 0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fed7d0c..e5a6894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ path = "tests/collection.rs" [dependencies] iced = "0.3.0" -iced_focus_derive = {path = "./iced_focus_derive", optional = true} +iced_focus_derive = { version = "0.1.0", optional = true } [dev-dependencies] trybuild = "1.0.43"