summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-01-21 20:24:31 +0100
committerBert Belder <bertbelder@gmail.com>2020-01-21 21:31:52 +0100
commit8c3cd634a86e19cb8bff6891b9eccbfd4bc051ee (patch)
tree282d8b2c264dbe7d30591ca0296719918f6cc162 /core/Cargo.toml
parentfa7f34eb8cec07f4c68ca4e9c46a983bc3e2308f (diff)
Upgrade to rusty_v8 v0.1.1 (#3741)
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 9f05f7528..e1a8be813 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.1.0"
+rusty_v8 = "0.1.1"
[[example]]
name = "deno_core_http_bench"