Skip to content

Commit

Permalink
chore(es): Allow using older tokio (#8740)
Browse files Browse the repository at this point in the history
**Description:**

I made a mistake while working on #8711
  • Loading branch information
kdy1 committed Mar 13, 2024
1 parent 8044937 commit 9c1eb01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/swc/Cargo.toml
Expand Up @@ -107,10 +107,7 @@ swc_plugin_proxy = { version = "0.41.5", path = "../swc_plugin_proxy", optional
swc_plugin_runner = { version = "0.106.11", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "0.21.20", path = "../swc_timer" }
swc_visit = { version = "0.5.10", path = "../swc_visit" }
tokio = { version = "1.36.0", optional = true, features = [
"rt",
"rt-multi-thread",
] }
tokio = { version = "1", optional = true, features = ["rt", "rt-multi-thread"] }


[dependencies.napi-derive]
Expand Down

0 comments on commit 9c1eb01

Please sign in to comment.