diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml index 2fead55..907cfee 100644 --- a/examples/wasm/Cargo.toml +++ b/examples/wasm/Cargo.toml @@ -13,4 +13,4 @@ qrcode-generator = "4" ur = { path = "../.." } wasm-bindgen = "0.2" web-sys = { version = "0.3", features = ["Event","EventTarget","InputEvent"] } -yew = { version = "0.20", features = ["csr"] } +yew = { version = "0.21", features = ["csr"] }