File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## Unreleased
7
7
8
+ ## [ 0.13.0] - 2021-04-20
9
+
8
10
### Added
9
11
10
- - New method ` Toolchain::rustup_binary ` to allow running arbitrary binaries managed by rustup. Before, only ` rustc ` and ` cargo ` could be run.
12
+ - New method ` Toolchain::rustup_binary ` to allow running arbitrary binaries
13
+ managed by rustup. Before, only ` rustc ` and ` cargo ` could be run.
11
14
12
15
### Changed
13
16
14
- - The default sandbox image is now fetched from [ GitHub Container Registry] [ ghcr-linux ] .
17
+ - The default sandbox image is now fetched from [ GitHub Container
18
+ Registry] [ ghcr-linux ] .
19
+ - Rustwide now removes ` .cargo/config.toml ` , ` rust-toolchain ` , and
20
+ ` rust-toolchain.toml ` before running a build.
15
21
16
22
[ ghcr-linux ] : https://github.com/orgs/rust-lang/packages/container/package/crates-build-env/linux
17
23
18
- ### Fixed
19
-
20
- - Rustwide now removes ` .cargo/config.toml ` , ` rust-toolchain ` , and ` rust-toolchain.toml ` before running a build.
21
-
22
24
## [ 0.12.0] - 2021-01-28
23
25
24
26
### Added
@@ -250,6 +252,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
250
252
251
253
- Initial version of Rustwide, extracted from Crater.
252
254
255
+ [ 0.13.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.13.0
253
256
[ 0.12.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.12.0
254
257
[ 0.11.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.11.1
255
258
[ 0.11.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.11.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.12 .0"
3
+ version = " 0.13 .0"
4
4
authors = [" Pietro Albini <pietro@pietroalbini.org>" ]
5
5
edition = " 2018"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments