Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - API to construct a NativeFunction from a native async function #2542

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Move futures-lite dep
  • Loading branch information
jedel1043 committed Feb 23, 2023
commit 49bde85438aeea0bf6921079985a299972dea1e3
2 changes: 1 addition & 1 deletion boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ static_assertions = "1.1.0"
thiserror = "1.0.38"
dashmap = "5.4.0"
num_enum = "0.5.10"
futures-lite = "1.12.0"

# intl deps
boa_icu_provider = { workspace = true, optional = true }
Expand All @@ -77,7 +78,6 @@ icu_provider = { version = "1.1.0", optional = true }
icu_list = { version = "1.1.0", features = ["serde"], optional = true }
writeable = { version = "0.5.1", optional = true }
sys-locale = { version = "0.2.3", optional = true }
futures-lite = { version = "1.12.0" }

[dev-dependencies]
criterion = "0.4.0"
Expand Down