diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-21 14:45:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 14:45:07 +0100 |
commit | cf7949db2feced61dfb4a7bc2a56ee72515394a3 (patch) | |
tree | f097d11cc0b65c76e524532fbfde32be6d04bc8d | |
parent | 671f96025a477ea9c47b6ea8915a90f98084cca9 (diff) |
upgrade: rusty_v8 0.13.0, v8 8.8.278.2 (#8446)
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | cli/tests/error_no_check.ts.out | 1 | ||||
-rw-r--r-- | core/Cargo.toml | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 55c3539b9..c56a9ca8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1213,9 +1213,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.77" +version = "0.2.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" +checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614" [[package]] name = "log" @@ -2003,9 +2003,9 @@ dependencies = [ [[package]] name = "rusty_v8" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692dddfb8ae9915b19774a05cadc71363c98bad4fafc13636579da5a7a110016" +checksum = "abf06ea79ead18b3f81707b78e6d7813e83c772d0cb4b43caf3fa35a5df7eaab" dependencies = [ "bitflags", "cargo_gn", diff --git a/cli/tests/error_no_check.ts.out b/cli/tests/error_no_check.ts.out index 5890d1db8..cac1367ba 100644 --- a/cli/tests/error_no_check.ts.out +++ b/cli/tests/error_no_check.ts.out @@ -1 +1,2 @@ error: Uncaught SyntaxError: The requested module './subdir/type_and_code.ts' does not provide an export named 'AnInterface' +[WILDCARD]
\ No newline at end of file diff --git a/core/Cargo.toml b/core/Cargo.toml index 768bfc122..f7f32c07f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -19,7 +19,7 @@ indexmap = "1.6.0" lazy_static = "1.4.0" libc = "0.2.77" log = "0.4.11" -rusty_v8 = "0.12.0" +rusty_v8 = "0.13.0" serde_json = { version = "1.0", features = ["preserve_order"] } serde = { version = "1.0", features = ["derive"] } smallvec = "1.4.2" |