From 316e2320fb9cbb6afab349b53004366108a9d802 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Sun, 7 Aug 2022 23:35:06 +0500 Subject: [PATCH] At least v0.3.59 --- 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 6742ddbbac0..9ce5d9a9507 100644 --- a/packages/yew/Cargo.toml +++ b/packages/yew/Cargo.toml @@ -35,7 +35,7 @@ tokio = { version = "1.19", features = ["sync"] } tokio-stream = { version = "0.1.9", features = ["sync"] } [dependencies.web-sys] -version = "0.3" +version = "^0.3.59" features = [ "AnimationEvent", "Document",