summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-02-28 20:29:47 -0500
committerGitHub <noreply@github.com>2020-02-28 20:29:47 -0500
commitab2798874f374e4ed50aa4595290ea2a285507bc (patch)
treefe866a19eaaaeb32491f32ed69ebd50687a562d0 /core
parentbdf95c7b72dff27c46849a8ec53f781d1b7af350 (diff)
upgrade: rusty_v8 0.3.4 (#4179)
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 fc19813a3..e5ea520f7 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.3.3"
+rusty_v8 = "=0.3.4"
[[example]]
name = "deno_core_http_bench"