summaryrefslogtreecommitdiff
path: root/op_crates
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-09-01 18:02:05 -0400
committerGitHub <noreply@github.com>2020-09-02 00:02:05 +0200
commit050c865af46a00801c61c0f122113f61fa2a977b (patch)
treed9e7d4509605317013c23e0a866e3c01e26d1eea /op_crates
parentce63806c641cd9b61045a3d65f8969e877a71e17 (diff)
deno_web 0.6.0 (#7317)
Diffstat (limited to 'op_crates')
-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 0b3d65f12..be930d3c1 100644
--- a/op_crates/web/Cargo.toml
+++ b/op_crates/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.5.0"
+version = "0.6.0"
edition = "2018"
description = "Collection of Web APIs"
authors = ["the Deno authors"]