From 82d7143cfacdb776cdbcd0e84d2db8acf9eb9114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Wed, 21 Aug 2024 14:23:16 +0200 Subject: [PATCH] v0.2.1 --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- packages/yew-attrs/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a455341..9d0a6a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1449,6 +1449,8 @@ dependencies = [ [[package]] name = "yew-attrs" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4e74697b671fa9727e012b29d1b26f5e48add33f29ccc06a258f95768a45b93" dependencies = [ "indexmap", "thiserror", @@ -1458,43 +1460,41 @@ dependencies = [ [[package]] name = "yew-attrs" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4e74697b671fa9727e012b29d1b26f5e48add33f29ccc06a258f95768a45b93" +version = "0.2.1" dependencies = [ "indexmap", "thiserror", "yew", - "yew-attrs-macro 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "yew-attrs-macro 0.2.1", ] [[package]] name = "yew-attrs-macro" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee1d27ebc21e9a01a486372234c21ee3acf69a083c56fd8209a8e1c698a6c6c8" dependencies = [ - "indexmap", "once_cell", "proc-macro-error", "proc-macro2", "quote", "syn 2.0.74", - "tokio", - "trybuild", - "yew", - "yew-attrs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "yew-attrs-macro" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee1d27ebc21e9a01a486372234c21ee3acf69a083c56fd8209a8e1c698a6c6c8" +version = "0.2.1" dependencies = [ + "indexmap", "once_cell", "proc-macro-error", "proc-macro2", "quote", "syn 2.0.74", + "tokio", + "trybuild", + "yew", + "yew-attrs 0.2.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f2b150c..482c882 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Rust For Web "] edition = "2021" license = "MIT" repository = "https://github.com/RustForWeb/yew-attrs" -version = "0.2.0" +version = "0.2.1" [workspace.dependencies] yew = "0.21.0" diff --git a/packages/yew-attrs/Cargo.toml b/packages/yew-attrs/Cargo.toml index 6939a1c..63ed1d8 100644 --- a/packages/yew-attrs/Cargo.toml +++ b/packages/yew-attrs/Cargo.toml @@ -12,4 +12,4 @@ version.workspace = true indexmap = "2.4.0" thiserror = "1.0.63" yew.workspace = true -yew-attrs-macro = { path = "../yew-attrs-macro", version = "0.2.0" } +yew-attrs-macro = { path = "../yew-attrs-macro", version = "0.2.1" }