File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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.13.1] - 2021-05-21
9
+
8
10
### Changed
9
11
10
12
- The ` --locked ` flag is not used anymore during ` cargo fetch ` .
@@ -256,6 +258,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256
258
257
259
- Initial version of Rustwide, extracted from Crater.
258
260
261
+ [ 0.13.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.13.1
259
262
[ 0.13.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.13.0
260
263
[ 0.12.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.12.0
261
264
[ 0.11.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.11.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.13.0"
4
- authors = [" Pietro Albini <pietro@pietroalbini.org>" ]
3
+ version = " 0.13.1"
5
4
edition = " 2018"
6
5
build = " build.rs"
7
6
You can’t perform that action at this time.
0 commit comments