diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-11-18 15:13:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 15:13:17 -0700 |
commit | 76df375c84f1cb338e9d0eab3a0e168a27b0091f (patch) | |
tree | 6b51ac5cda429db6ff0057a3b02fc1c845cc1edc /ext | |
parent | 679b7bb8fafc1464d5eb1c48989d477157be2330 (diff) |
chore(ext/http): bump version for re-release (#21254)
Syncs the changes to main for a deno_http version bump we needed to do.
`deno_http` v1.20 was released from the v1.38 branch.
Diffstat (limited to 'ext')
-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 871b133bd..5b7af9fae 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.119.0" +version = "0.120.0" authors.workspace = true edition.workspace = true license.workspace = true |