Skip to content

Commit

Permalink
Merge dcd70a9 into be4a872
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat authored Jul 18, 2021
2 parents be4a872 + dcd70a9 commit 220b943
Show file tree
Hide file tree
Showing 18 changed files with 534 additions and 496 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 220b943

Please sign in to comment.