File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525* `Fixed` for any bug fixes.
2626* `Security` in case of vulnerabilities.
2727-->
28+ ## [ v1.3.0] - 2025-09-03
29+ ### Change MSRV from 1.57 to 1.60
30+ This is the same MSRV that our direct dependency ` windows-sys ` requires (pr #29 ).
31+
2832## [ v1.2.0] - 2024-09-08
2933### Change MSRV from 1.56 to 1.57
30- Minor refactorings to abuse assertions in constants that Rust 1.57.0 allows.
34+ Minor refactoring to abuse assertions in constants that Rust 1.57.0 allows.
3135
3236## [ v1.1.0] - 2024-04-30
3337### Change MSRV from 1.51 to 1.56
@@ -66,6 +70,7 @@ It signals that the API is mature enough to be stable for a long time.
6670
6771First release
6872
73+ [ v1.3.0 ] : https://github.com/lzutao/junction/compare/v1.2.0...v1.3.0
6974[ v1.2.0 ] : https://github.com/lzutao/junction/compare/v1.1.0...v1.2.0
7075[ v1.1.0 ] : https://github.com/lzutao/junction/compare/v1.0.0...v1.1.0
7176[ v1.0.0 ] : https://github.com/lzutao/junction/compare/v0.2.1...v1.0.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Quoted from [Computer Hope](https://www.computerhope.com/jargon/j/junction.htm):
2222
2323### Minimal Supported Rust versions
2424
25- 1.57.0
25+ Specified in the ` rust-version ` field in ` Cargo.toml ` .
2626
2727## All relevant references
2828
You can’t perform that action at this time.
0 commit comments