Skip to content

Commit

Permalink
Downgrade quick-js dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Rodin <rodin.alexander@gmail.com>
  • Loading branch information
a-rodin1 committed Jan 8, 2020
1 parent 9014eb4 commit 652fcd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ strip-ansi-escapes = "0.1.0"
colored = "1.9"
warp = "0.1.20"
evmap = { version = "7", features = ["bytes"] }
quick-js = { version = "0.3", features = ["bigint", "chrono"] }
quick-js = { git = "https://github.com/theduke/quickjs-rs.git", rev = "65cf630c1511aeefa72b1e90cad0103cc83a5917", features = ["bigint", "chrono"] }

[target.'cfg(unix)'.dependencies]
atty = "0.2"
Expand Down

0 comments on commit 652fcd9

Please sign in to comment.