Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flutter_package/example/native/hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion rust_crate_cli/template/native/hub/Cargo.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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"