You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ This new patch release has brought even more tiny fixes and improvements over th
6
6
7
7
The headlines of this release are:
8
8
9
-
- The cURL download backend is now officially deprecated and a warning will start to show up when it is used. [pr#4277]
9
+
- The cURL download backend and the native-tls TLS backend are now officially deprecated and a warning will start to show up when they are used. [pr#4277]
10
10
11
11
- While rustup predates reqwest and rustls, the rustup team has long wanted to standardize on
12
12
an HTTP + TLS stack in Rust, which should increase security, potentially improve performance, and
13
13
simplify maintenance of the project.
14
-
With the default download backend already switched to reqwest since [2019](https://github.com/rust-lang/rustup/pull/1660),
15
-
the team thinks it is time to start removing the cURL backend and focus on maintaining the Rust-based stack.
14
+
With the default download backend already switched to reqwest since [2019](https://github.com/rust-lang/rustup/pull/1660)
15
+
the team thinks it is time to focus maintenance on the Rust-based stack.
16
16
17
17
- The rustup team encourages everyone to switch to the reqwest backend, and would love to hear from
18
18
you about your use case via GitHub Issues if it does work against your particular setup.
0 commit comments