Skip to content

Commit

Permalink
Remove map from implicit-clone features
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Jun 21, 2022
1 parent a9602c2 commit 7c22326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 7c22326

Please sign in to comment.