Skip to content

Commit

Permalink
Remove wasm-bindgen patch, upgrade to 0.2.88
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Plus-Time committed Nov 14, 2023
1 parent f01c120 commit 935f52d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
25 changes: 15 additions & 10 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ full = [
]

[dependencies]
wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.88", features = ["serde-serialize"] }

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down Expand Up @@ -165,7 +165,4 @@ required-features = ["debug", "arrow2", "writer"]
# As of 3/15/22, opt-level = s was smallest
# https://github.com/kylebarron/parquet-wasm/pull/48
opt-level = "s"
lto = true

[patch.crates-io]
wasm-bindgen = { git = "https://github.com/rustwasm/wasm-bindgen", rev = "4d4851d45200d0d1aeaa07108072dfa0f1f185f7" }
lto = true

0 comments on commit 935f52d

Please sign in to comment.