Skip to content

Commit

Permalink
Merge pull request #515 from cunarist/new-tokio-with-wasm
Browse files Browse the repository at this point in the history
Upgrade `tokio_with_wasm` to 0.8.1
  • Loading branch information
temeddix authored Feb 20, 2025
2 parents 2a29219 + 05b914a commit 0819d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -15,7 +15,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
rinf = "7.1.1"
prost = "0.13.0"
tokio = { version = "1", features = ["rt", "sync", "time", "macros"] }
tokio_with_wasm = { version = "0.7.2", features = [
tokio_with_wasm = { version = "0.8.1", features = [
"rt",
"sync",
"time",
Expand Down
2 changes: 1 addition & 1 deletion flutter_package/template/native/hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ prost = "0.13.0"
tokio = { version = "1", features = ["rt", "macros"] }

# Uncomment below to target the web.
# tokio_with_wasm = { version = "0.7.2", features = ["rt", "macros"] }
# tokio_with_wasm = { version = "0.8.1", features = ["rt", "macros"] }
# wasm-bindgen = "0.2.95"

0 comments on commit 0819d58

Please sign in to comment.