Skip to content

Commit

Permalink
Merge pull request #25 from Wollaston/main
Browse files Browse the repository at this point in the history
Use serde-wasm-bindgen instead of serde-serialize
  • Loading branch information
dgsantana authored Feb 25, 2024
2 parents 9fd72f6 + b645f72 commit 208c2e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions examples/simple-map/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions examples/tilelayerwms/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions examples/with-server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion leptos-leaflet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ paste = "1.0"
rand = "0.8"
regex = "1.9"

wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
wasm-bindgen = "0.2"
serde-wasm-bindgen = "0.6"
web-sys = { version = "0.3", features = [
"console",
"HtmlElement",
Expand Down

0 comments on commit 208c2e7

Please sign in to comment.