From d4f0a6a895164e5153573bc568580ae5ee396eb1 Mon Sep 17 00:00:00 2001 From: Donghyun Kim Date: Mon, 10 Jun 2024 01:57:24 +0900 Subject: [PATCH] Bump `tokio_with_wasm` version --- flutter_ffi_plugin/example/native/hub/Cargo.toml | 2 +- flutter_ffi_plugin/template/native/hub/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter_ffi_plugin/example/native/hub/Cargo.toml b/flutter_ffi_plugin/example/native/hub/Cargo.toml index 8b720ab3..c5828b86 100755 --- a/flutter_ffi_plugin/example/native/hub/Cargo.toml +++ b/flutter_ffi_plugin/example/native/hub/Cargo.toml @@ -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", diff --git a/flutter_ffi_plugin/template/native/hub/Cargo.toml b/flutter_ffi_plugin/template/native/hub/Cargo.toml index 9ccfff7a..6e1614cb 100644 --- a/flutter_ffi_plugin/template/native/hub/Cargo.toml +++ b/flutter_ffi_plugin/template/native/hub/Cargo.toml @@ -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"] }