From 54bb70929d36ce7c4d0fc6e598c0543018da07b9 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 12 Mar 2024 11:26:45 -0400 Subject: [PATCH] v0.11.26 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e77f01da2..4da0fe124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.11.26 + +- Revert `system-configuration` upgrade, which broke MSRV on macOS. + ## v0.11.25 - Fix `Certificate::from_pem_bundle()` parsing. diff --git a/Cargo.toml b/Cargo.toml index e20c4817d..fae97a931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.11.25" # remember to update html_root_url +version = "0.11.26" # remember to update html_root_url description = "higher level HTTP client library" keywords = ["http", "request", "client"] categories = ["web-programming::http-client", "wasm"]