summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-01-10 12:57:36 +0100
committerBartek IwaƄczuk <biwanczuk@gmail.com>2020-01-10 12:57:36 +0100
commitc4e8ed3c44d645ba9b788e7bf6d1bf98840079a6 (patch)
tree57c1dcb1a382b42311d948dabbd2d9aa6eae41af /core
parent525784e5642cbd869c682a0fda595f55c785d607 (diff)
Upgrade to rusty_v8 v0.0.25 (#3645)
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 8df5cbc8c..cad6b1cfb 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.24"
+rusty_v8 = "0.0.25"
[[example]]
name = "deno_core_http_bench"