From 698c2c10e7614d508e7da6bc02fc12503444a4cc Mon Sep 17 00:00:00 2001 From: wan9xy Date: Wed, 5 Mar 2025 10:52:26 +0800 Subject: [PATCH] add change file --- .changes/add-http3-feature-flag.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changes/add-http3-feature-flag.md diff --git a/.changes/add-http3-feature-flag.md b/.changes/add-http3-feature-flag.md new file mode 100644 index 00000000..12d3712a --- /dev/null +++ b/.changes/add-http3-feature-flag.md @@ -0,0 +1,4 @@ +--- +"http": patch +--- +Added HTTP3 to the allowed feature flags for reqwest. This enables users to leverage HTTP3 functionality in Rust-side code without causing panics due to multiple imports with different features. Since HTTP3 is still considered experimental in reqwest, this feature is limited to Rust-side usage only. \ No newline at end of file