From 7c2232641e6d432d50e865ada366484f82ff23a1 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Tue, 21 Jun 2022 05:04:43 +0100 Subject: [PATCH] Remove map from implicit-clone features --- packages/yew/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yew/Cargo.toml b/packages/yew/Cargo.toml index 5992fbc6063..68a310d1190 100644 --- a/packages/yew/Cargo.toml +++ b/packages/yew/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "1.0" futures = { version = "0.3", optional = true } html-escape = { version = "0.2.9", optional = true } -implicit-clone = { version = "0.2", features = ["map"] } +implicit-clone = "0.2" base64ct = { version = "1.5.0", features = ["std"], optional = true } bincode = { version = "1.3.3", optional = true } serde = { version = "1", features = ["derive"] }