Skip to content

Commit

Permalink
Bump tokio_with_wasm version
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Jun 9, 2024
1 parent 52d10a3 commit d4f0a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/example/native/hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sample_crate = { path = "../sample_crate" }

[target.'cfg(target_family = "wasm")'.dependencies]
wasm-bindgen = "0.2.92"
tokio_with_wasm = { version = "0.5.0", features = [
tokio_with_wasm = { version = "0.5.1", features = [
"rt",
"sync",
"macros",
Expand Down
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/template/native/hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ tokio = { version = "1", features = ["sync"] }
# Uncomment below to target the web.
# [target.'cfg(target_family = "wasm")'.dependencies]
# wasm-bindgen = "0.2.92"
# tokio_with_wasm = { version = "0.5.0", features = ["sync"] }
# tokio_with_wasm = { version = "0.5.1", features = ["sync"] }

0 comments on commit d4f0a6a

Please sign in to comment.