File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
66## Unreleased
77
8+ ## [ 0.15.1] - 2022-09-04
9+
10+ ### Changed
11+
12+ * Updated ` nix ` dependency to 0.25.
13+ * Replaced ` winapi ` dependency with ` windows-sys ` .
14+
815## [ 0.15.0] - 2022-05-22
916
1017### Added
@@ -279,6 +286,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
279286
280287- Initial version of Rustwide, extracted from Crater.
281288
289+ [ 0.15.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.15.1
282290[ 0.15.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.15.0
283291[ 0.14.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.14.0
284292[ 0.13.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.13.1
Original file line number Diff line number Diff line change 11[package ]
22name = " rustwide"
3- version = " 0.15.0 "
3+ version = " 0.15.1 "
44edition = " 2018"
55build = " build.rs"
66
You can’t perform that action at this time.
0 commit comments