We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9769b8 commit 0d321dbCopy full SHA for 0d321db
CHANGELOG.md
@@ -1,5 +1,22 @@
1
# Changelog
2
3
+## [1.25.2] - 2023-02-01
4
+
5
+This version of Rustup changes the signature verification code to continue
6
+accepting Rust's release signature key, which previously caused warnings due to
7
+a time-based check.
8
9
+Note that signature verification in Rustup is still an experimental feature,
10
+and there is intentionally no way to enforce signature verification due to the
11
+feature being incomplete.
12
13
+Thanks go to:
14
15
+- Pietro Albini
16
+- Daniel Silverstone
17
18
+[1.25.2]: https://github.com/rust-lang/rustup/release/tag/1.25.2
19
20
## [1.25.1] - 2022-07-12
21
22
This version of Rustup reverts a single PR from 1.25.1 and tidies a couple of internal
0 commit comments