summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-01-16 23:25:57 +0100
committerBert Belder <bertbelder@gmail.com>2020-01-17 02:26:40 +0100
commitd8ad81d3fb5b4b9502ea021edfc99201538553e6 (patch)
tree5739d1f5c8b2dc2e95c234444d7093c3cbfdf3f5 /core/Cargo.toml
parent0a78bfb836f520d3709a32c8a978d08d33198d83 (diff)
Upgrade to rusty_v8 v0.1.0 (#3691)
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index cad6b1cfb..3c75e0a6e 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.25"
+rusty_v8 = "0.1.0"
[[example]]
name = "deno_core_http_bench"