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

#3696 - tc39-test262 Crate #3708

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
76 changes: 41 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions tests/tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ clap = { workspace = true, features = ["derive"] }
serde = { workspace = true, features = ["derive"] }
tc39-test262 = { path = "../../tools/tc39-test262"}
serde_json.workspace = true
once_cell.workspace = true
colored.workspace = true
rustc-hash = { workspace = true, features = ["std"] }
rayon = "1.9.0"
toml = "0.8.11"
color-eyre = "0.6.3"
comfy-table = "7.1.0"
bus = "2.4.1"
rayon.workspace = true
toml.workspace = true
color-eyre.workspace = true
comfy-table.workspace = true
bus.workspace = true
time.workspace = true

[dev-dependencies]
Expand Down
Loading
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.