Skip to content

Commit

Permalink
Merge 1512382 into 825faaa
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat authored Jul 22, 2021
2 parents 825faaa + 1512382 commit 36529fb
Show file tree
Hide file tree
Showing 18 changed files with 540 additions and 513 deletions.
2 changes: 1 addition & 1 deletion boa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ console = []
[dependencies]
boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
gc = { version = "0.4.1", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = "1.0.64"
rand = "0.8.4"
num-traits = "0.2.14"
Expand Down
Loading

0 comments on commit 36529fb

Please sign in to comment.