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.
2 parents 594e2be + c7bcc6c commit 37bc5f0Copy full SHA for 37bc5f0
crates/home/CHANGELOG.md
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## 0.5.6
+## 0.5.9 - 2023-12-15
8
+
9
+- Replace SHGetFolderPathW with SHGetKnownFolderPath
10
+ [#13173](https://github.com/rust-lang/cargo/pull/13173)
11
+- Update windows-sys to 0.52
12
+ [#13089](https://github.com/rust-lang/cargo/pull/13089)
13
+- Set MSRV to 1.70.0
14
+ [#12654](https://github.com/rust-lang/cargo/pull/12654)
15
- Fixed & enhanced documentation.
16
[#12047](https://github.com/rust-lang/cargo/pull/12047)
17
0 commit comments