Skip to content

Commit a375689

Browse files
committed
fix: remove lock wasm-bindgen version
1 parent 30ce9da commit a375689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/island/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ leptos_router = { version = "0.7.0" }
1616
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
1717
tower = { version = "0.4", optional = true }
1818
tower-http = { version = "0.5", features = ["fs"], optional = true }
19-
wasm-bindgen = "=0.2.95"
19+
wasm-bindgen = "0.2.95"
2020
thiserror = "1"
2121
tracing = { version = "0.1", optional = true }
2222
http = "1"

examples/ssr_axum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ leptos_router = { version = "0.7.0" }
1616
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
1717
tower = { version = "0.5.0", optional = true }
1818
tower-http = { version = "0.5", features = ["fs"], optional = true }
19-
wasm-bindgen = "=0.2.95"
19+
wasm-bindgen = "0.2.95"
2020
thiserror = "1"
2121
tracing = { version = "0.1", optional = true }
2222
http = "1"

0 commit comments

Comments
 (0)