summaryrefslogtreecommitdiff
path: root/op_crates/fetch
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-10-20 10:31:20 -0400
committerGitHub <noreply@github.com>2020-10-20 10:31:20 -0400
commit9e2e2dfb208ea632eaccd51eb9e0240f2e802f99 (patch)
treeec56c7011f46b07ca1c1c625fd3ebb2c75f1076d /op_crates/fetch
parentdfe19c5c7570c650e25617f6653bb103ad89e4d5 (diff)
bump versions for op crates (#8048)
Diffstat (limited to 'op_crates/fetch')
-rw-r--r--op_crates/fetch/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml
index 5e6c725b0..b083dbee6 100644
--- a/op_crates/fetch/Cargo.toml
+++ b/op_crates/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.7.0"
+version = "0.7.1"
edition = "2018"
description = "provides fetch Web API to deno_core"
authors = ["the Deno authors"]