From f8f67654ce2da3885564cb7d8b735b4d5a30a001 Mon Sep 17 00:00:00 2001 From: Mark Glines Date: Mon, 12 Jan 2026 15:56:27 -0500 Subject: [PATCH] bump yew v0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e63f32..e2bd183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" rust-version = "1.70" [dependencies] -yew = { version = "0.21", optional = true } +yew = { version = "0.22", optional = true } [dependencies.web-sys] version = "0.3.66"