From 7a2c0a723b8bcd6984284ffddb861fd911bf8e72 Mon Sep 17 00:00:00 2001 From: Danny Kim Date: Tue, 20 May 2025 17:49:39 +0900 Subject: [PATCH] Update `tokio_with_wasm` --- flutter_package/example/native/hub/Cargo.toml | 2 +- rust_crate_cli/template/native/hub/Cargo.toml.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter_package/example/native/hub/Cargo.toml b/flutter_package/example/native/hub/Cargo.toml index 1720c256..5aabb223 100644 --- a/flutter_package/example/native/hub/Cargo.toml +++ b/flutter_package/example/native/hub/Cargo.toml @@ -20,7 +20,7 @@ wildcard_imports = "deny" rinf = "8.3.0" serde = { version = "1.0.219", features = ["derive"] } tokio = { version = "1.45.0", features = ["rt", "sync", "time", "macros"] } -tokio_with_wasm = { version = "0.8.2", features = [ +tokio_with_wasm = { version = "0.8.5", features = [ "rt", "sync", "time", diff --git a/rust_crate_cli/template/native/hub/Cargo.toml.template b/rust_crate_cli/template/native/hub/Cargo.toml.template index dad33f2b..c9597144 100644 --- a/rust_crate_cli/template/native/hub/Cargo.toml.template +++ b/rust_crate_cli/template/native/hub/Cargo.toml.template @@ -24,5 +24,5 @@ async-trait = "0.1.87" messages = "0.3.1" # Uncomment below to target the web. -# tokio_with_wasm = { version = "0.8.2", features = ["rt", "macros", "time"] } +# tokio_with_wasm = { version = "0.8.5", features = ["rt", "macros", "time"] } # wasm-bindgen = "0.2.100"