Skip to content

Commit

Permalink
Implemented #427, #429 and #430, and upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Jun 10, 2020
1 parent ca80114 commit a8cbcc1
Show file tree
Hide file tree
Showing 8 changed files with 359 additions and 154 deletions.
43 changes: 0 additions & 43 deletions .devcontainer/devcontainer.json

This file was deleted.

96 changes: 48 additions & 48 deletions Cargo.lock

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

7 changes: 0 additions & 7 deletions Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions boa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ gc = { version = "0.3.5", features = ["derive"] }
serde_json = "1.0.53"
rand = "0.7.3"
num-traits = "0.2.11"
regex = "1.3.7"
regex = "1.3.9"
rustc-hash = "1.1.0"
num-bigint = { version = "0.2.6", features = ["serde"] }
bitflags = "1.2.1"

# Optional Dependencies
serde = { version = "1.0.110", features = ["derive"], optional = true }
serde = { version = "1.0.111", features = ["derive"], optional = true }
measureme = { version = "0.7.1", optional = true }
once_cell = { version = "1.4.0", optional = true }

Expand Down

0 comments on commit a8cbcc1

Please sign in to comment.