Skip to content

Commit

Permalink
fix wasm-bindgen-test version
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Sep 5, 2024
1 parent deffbfc commit 7c6c809
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 33 deletions.
50 changes: 19 additions & 31 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tracing-subscriber = "0.3"
diesel = { version = "2.2", default-features = false }
diesel-wasm-sqlite = "0.0.1"
diesel_migrations = { version = "2.2", default-features = false }
wasm-bindgen-test = "0.3"
wasm-bindgen-test = "0.3.42"
gloo-timers = "0.3"

# Internal Crate Dependencies
Expand Down
2 changes: 1 addition & 1 deletion bindings_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ xmtp_mls = { path = "../xmtp_mls", features = [] }
xmtp_proto = { path = "../xmtp_proto", features = ["proto_full"] }

[dev-dependencies]
wasm-bindgen-test = "0.3.41"
wasm-bindgen-test = "0.3.42"

[profile.release]
opt-level = "s"
Expand Down

0 comments on commit 7c6c809

Please sign in to comment.