Skip to content

Commit

Permalink
chore(examples): unpin wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
agilarity committed Mar 13, 2024
1 parent 1e05a6c commit 7451305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/action-form-error-handling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ leptos = { path = "../../leptos" }
leptos_meta = { path = "../../meta" }
leptos_actix = { path = "../../integrations/actix", optional = true }
leptos_router = { path = "../../router" }
wasm-bindgen = "0.2.92"
wasm-bindgen = "0.2"
serde = { version = "1", features = ["derive"] }

[features]
Expand Down

0 comments on commit 7451305

Please sign in to comment.