diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-09-08 19:32:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 19:32:19 +0200 |
commit | 85e316bd6b65a4e42787ff602808cdf58c350c05 (patch) | |
tree | 27733ef97ab9c3e111028d6f4727fe2965072039 /ext/http | |
parent | 2958b05d0c365a6705f506b332643e4d92e1ff9d (diff) |
chore: release deno_http 0.8.0 (#11956)
Diffstat (limited to 'ext/http')
-rw-r--r-- | ext/http/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 4c62085b1..1e79e9983 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.7.0" +version = "0.8.0" authors = ["the Deno authors"] edition = "2018" license = "MIT" |