Skip to content

Commit

Permalink
Prepare for release 0.17 (#3083)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 authored Jun 27, 2023
1 parent 989b40d commit ce520fa
Show file tree
Hide file tree
Showing 8 changed files with 696 additions and 4,141 deletions.
709 changes: 352 additions & 357 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions boa_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ arbitrary = ["dep:arbitrary", "boa_interner/arbitrary", "num-bigint/arbitrary"]
boa_interner.workspace = true
boa_macros.workspace = true
rustc-hash = "1.1.0"
bitflags = "2.3.2"
bitflags = "2.3.3"
num-bigint = "0.4.3"
serde = { version = "1.0.164", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }
indexmap = "1.9.3"
indexmap = "2.0.0"
4 changes: 2 additions & 2 deletions boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ regress = "0.6.0"
rustc-hash = "1.1.0"
num-bigint = { version = "0.4.3", features = ["serde"] }
num-integer = "0.1.45"
bitflags = "2.3.2"
indexmap = "1.9.3"
bitflags = "2.3.3"
indexmap = "2.0.0"
ryu-js = "0.2.2"
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
fast-float = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion boa_interner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ phf = { version = "0.11.2", default-features = false, features = ["macros"] }
rustc-hash = { version = "1.1.0", default-features = false }
static_assertions = "1.1.0"
once_cell = {version = "1.18.0", default-features = false, features = ["critical-section"]}
indexmap = "1.9.3"
indexmap = "2.0.0"
serde = { version = "1.0.164", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }
hashbrown = { version = "0.14.0", default-features = false, features = ["inline-more"] }
2 changes: 1 addition & 1 deletion boa_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ proc-macro = true

[dependencies]
quote = "1.0.28"
syn = { version = "2.0.18", features = ["full"] }
syn = { version = "2.0.22", features = ["full"] }
proc-macro2 = "1.0"
synstructure = "0.13"
2 changes: 1 addition & 1 deletion boa_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ boa_icu_provider.workspace = true
rustc-hash = "1.1.0"
fast-float = "0.2.0"
num-traits = "0.2.15"
bitflags = "2.3.2"
bitflags = "2.3.3"
num-bigint = "0.4.3"
regress = "0.6.0"
icu_properties = "1.2.0"
Expand Down
6 changes: 3 additions & 3 deletions boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ boa_engine.workspace = true
boa_gc.workspace = true
clap = { version = "4.3.8", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_yaml = "0.9.21"
serde_yaml = "0.9.22"
serde_json = "1.0.99"
bitflags = "2.3.2"
bitflags = "2.3.3"
regex = "1.8.4"
once_cell = "1.18.0"
colored = "2.0.0"
fxhash = "0.2.1"
rayon = "1.7.0"
toml = "0.7.4"
toml = "0.7.5"
color-eyre = "0.6.2"
phf = { version = "0.11.2", features = ["macros"] }
comfy-table = "7.0.1"
Expand Down
4,108 changes: 334 additions & 3,774 deletions package-lock.json

Large diffs are not rendered by default.

0 comments on commit ce520fa

Please sign in to comment.