summaryrefslogtreecommitdiff
path: root/extensions/fetch
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2021-07-29 21:59:44 +0530
committerGitHub <noreply@github.com>2021-07-29 21:59:44 +0530
commitd0ec29b493f7b0d201368e97f7f89f305c1a7d86 (patch)
treefb5e6a40b86492f46851cc909087a57346dd999e /extensions/fetch
parent1fc8935ebcca18f9a782ca775392e161e6d8a9b3 (diff)
chore: release deno_fetch (#11549)
Diffstat (limited to 'extensions/fetch')
-rw-r--r--extensions/fetch/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml
index 4cc4fee2c..810be2f23 100644
--- a/extensions/fetch/Cargo.toml
+++ b/extensions/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.35.0"
+version = "0.36.0"
edition = "2018"
description = "Fetch API implementation for Deno"
authors = ["the Deno authors"]