diff --git a/Cargo.toml b/Cargo.toml index eaf3129..0f8e0c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ web-sys = { version = "0.3", features = ["Window", "MediaQueryList"] } # Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now. wee_alloc = { version = "0.4.5", optional = true } -yew = { version = "0.20.0", features = ["csr"] } +yew = { version = "0.21.0", features = ["csr"] } yewprint = "0.4.4" [profile.release]