From 76df375c84f1cb338e9d0eab3a0e168a27b0091f Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sat, 18 Nov 2023 15:13:17 -0700 Subject: 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. --- ext/http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/http') 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 -- cgit v1.2.3