diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-03-13 23:27:36 -0700 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-03-14 15:26:56 -0700 |
commit | 0df9823cba680d41b981e021a88aaf19e88b0e76 (patch) | |
tree | 87bd6f5a68e67dd13dbeb992c0b417531dc43d49 /core | |
parent | ea4f3ab852eba0eeb27004616163a0bbf9971215 (diff) |
Upgrade to rusty_v8 0.3.5 / v8 8.2.308 (#4364)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 4a18e6800..43b2b374c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,7 +21,7 @@ libc = "0.2.67" log = "0.4.8" serde_json = "1.0.48" url = "2.1.1" -rusty_v8 = "0.3.4" +rusty_v8 = "0.3.5" [[example]] name = "deno_core_http_bench" |