Skip to content

Commit

Permalink
Merge f7d0663 into be4a872
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat authored Jul 18, 2021
2 parents be4a872 + f7d0663 commit 6db9d0a
Show file tree
Hide file tree
Showing 18 changed files with 533 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 6db9d0a

Please sign in to comment.