1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

upgrade: rusty_v8 0.10.0 / V8 8.7.75 (#7429)

This commit is contained in:
Bert Belder 2020-09-13 13:43:50 +02:00 committed by GitHub
parent daa780e2cf
commit bf70442b08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1908,9 +1908,9 @@ dependencies = [
[[package]]
name = "rusty_v8"
version = "0.9.1"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74794f26ec99d8baa7dc8499d520f122aad18fc022e79fc774e3c178040960f9"
checksum = "20faaa8a28ea4b4ff35b9af88490313d5ce9aa6322a8a1779e66bd04415b4d1f"
dependencies = [
"bitflags",
"cargo_gn",

View file

@ -2105,7 +2105,9 @@ itest!(ts_type_imports {
exit_code: 1,
});
itest!(ts_decorators {
// Broken after V8 upgrade
// https://github.com/denoland/deno/pull/7429
itest_ignore!(ts_decorators {
args: "run --reload -c tsconfig.decorators.json ts_decorators.ts",
output: "ts_decorators.ts.out",
});

View file

@ -18,7 +18,7 @@ futures = "0.3.5"
lazy_static = "1.4.0"
libc = "0.2.74"
log = "0.4.11"
rusty_v8 = "0.9.1"
rusty_v8 = "0.10.0"
serde_json = { version = "1.0.57", features = ["preserve_order"] }
smallvec = "1.4.2"
url = "2.1.1"