Skip to content

Commit

Permalink
Upgrade to rusty_v8 0.8.0 / V8 8.6.337 (denoland#6980)
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Aug 7, 2020
1 parent 41215eb commit 9cc138a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
8 changes: 3 additions & 5 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ exclude = [
"std/hash/_wasm"
]


[profile.release]
codegen-units = 1
lto = true
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = "0.3.5"
lazy_static = "1.4.0"
libc = "0.2.71"
log = "0.4.8"
rusty_v8 = "0.7.0"
rusty_v8 = "0.8.0"
serde_json = { version = "1.0.55", features = [ "preserve_order" ] }
smallvec = "1.4.0"
url = "2.1.1"
Expand Down

0 comments on commit 9cc138a

Please sign in to comment.