Skip to content

Commit

Permalink
Merge pull request #438 from RaoulHC/raoul/remove-serdeserialize
Browse files Browse the repository at this point in the history
Remove serde-serialize feature
  • Loading branch information
johanhelsing authored Mar 31, 2024
2 parents ff4e0ea + 646c322 commit 11c4e44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions matchbox_socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ ggrs = { version = "0.10", default-features = false, optional = true, features =
] }
ws_stream_wasm = { version = "0.7", default-features = false }
wasm-bindgen-futures = { version = "0.4", default-features = false }
wasm-bindgen = { version = "0.2", default-features = false, features = [
"serde-serialize",
] }
wasm-bindgen = { version = "0.2", default-features = false }
futures-timer = { version = "3.0", default-features = false, features = [
"wasm-bindgen",
] }
Expand Down

0 comments on commit 11c4e44

Please sign in to comment.