update text

 update yew
This commit is contained in:
lia
2025-03-28 21:12:12 +01:00
parent 3788bf81b5
commit 54a7bb3975
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ publish = false
[dependencies]
js-sys = "0.3"
yew = { git = "https://github.com/yewstack/yew.git", rev = "550b2cc", features = ["csr"] }
yew-router = { git = "https://github.com/yewstack/yew.git", rev = "550b2cc" }
yew = { git = "https://github.com/yewstack/yew.git", rev = "910efcc", features = ["csr"] }
yew-router = { git = "https://github.com/yewstack/yew.git", rev = "910efcc" }
wasm-bindgen = { version = "0.2" }
log = { version = "0.4" }