summaryrefslogtreecommitdiff
path: root/op_crates/web/Cargo.toml
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-09-09 13:23:57 +0100
committerGitHub <noreply@github.com>2020-09-09 14:23:57 +0200
commitb17a5fbcfaaeb70f8876ce4ca09fdcc61f7e825c (patch)
treeb59175137a0c7db162895feb6fe35213ab326b20 /op_crates/web/Cargo.toml
parentc14436a424449d845a769a70ca7bc3d313201482 (diff)
fix(op_crates/web): Use "deno:" URLs for internal script specifiers (#7383)
Diffstat (limited to 'op_crates/web/Cargo.toml')
-rw-r--r--op_crates/web/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml
index df138ac20..feb562e58 100644
--- a/op_crates/web/Cargo.toml
+++ b/op_crates/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.7.0"
+version = "0.7.1"
edition = "2018"
description = "Collection of Web APIs"
authors = ["the Deno authors"]