summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-08 10:17:09 -0500
committerGitHub <noreply@github.com>2020-01-08 10:17:09 -0500
commit7d2d442a77343a3c4ab6c638bd817e51c6cadd2e (patch)
tree010b293c759b4db22dce140d7680f8e5cec499a0 /core
parentd325566a7e2d736870990835dfe076a30a1b26ab (diff)
Upgrade rusty_v8 to 0.0.24 [V8 8.1.108] (#3623)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 51232a2be..037c75f09 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -21,7 +21,7 @@ libc = "0.2.66"
log = "0.4.8"
serde_json = "1.0.44"
url = "2.1.0"
-rusty_v8 = "0.0.23"
+rusty_v8 = "0.0.24"
[[example]]
name = "deno_core_http_bench"