Skip to content

Commit 2d96ac3

Browse files
committed
update to yew 0.22
1 parent aef6958 commit 2d96ac3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ wasm-bindgen-futures = "0.4"
269269
wasm-logger = "0.2.0"
270270
xml = "1.0"
271271
y4m = { git = "https://github.com/astraw/y4m", rev = "6992473b73838c84cb659387b21d2ab2ebe94766" }
272-
yew = { version = "0.21.0", features = ["csr"] }
273-
yew-tincture = "0.2.2"
272+
yew = { version = "0.22.0", features = ["csr"] }
273+
yew-tincture = "0.3.0"
274274
zip = { version = "2.2.2", default-features = false, features = [
275275
"deflate",
276276
"time",

freemovr-calibration/freemovr-calibration-webapp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/bin/worker.rs"
1515

1616
[dependencies]
1717
yew.workspace = true
18-
yew-agent = "0.3.0"
18+
yew-agent = "0.4.0"
1919
yew-tincture.workspace = true
2020
js-sys.workspace = true
2121
wasm-bindgen.workspace = true

0 commit comments

Comments
 (0)