File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## Unreleased
7
7
8
+ ## [ 0.16.0] - 2023-05-02
9
+
8
10
### Added
9
11
10
12
- New method ` Build::fetch_build_std_dependencies ` for using ` -Zbuild-std ` within the sandbox when
@@ -298,6 +300,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
298
300
299
301
- Initial version of Rustwide, extracted from Crater.
300
302
303
+ [ 0.16.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.16.0
301
304
[ 0.15.2 ] : https://github.com/rust-lang/rustwide/releases/tag/0.15.2
302
305
[ 0.15.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.15.1
303
306
[ 0.15.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.15.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.15.2 "
3
+ version = " 0.16.0 "
4
4
edition = " 2018"
5
5
build = " build.rs"
6
6
You can’t perform that action at this time.
0 commit comments