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
55
66## Unreleased
77
8+ ## [ 0.13.0] - 2021-04-20
9+
810### Added
911
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.
1114
1215### Changed
1316
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.
1521
1622[ ghcr-linux ] : https://github.com/orgs/rust-lang/packages/container/package/crates-build-env/linux
1723
18- ### Fixed
19-
20- - Rustwide now removes ` .cargo/config.toml ` , ` rust-toolchain ` , and ` rust-toolchain.toml ` before running a build.
21-
2224## [ 0.12.0] - 2021-01-28
2325
2426### Added
@@ -250,6 +252,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
250252
251253- Initial version of Rustwide, extracted from Crater.
252254
255+ [ 0.13.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.13.0
253256[ 0.12.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.12.0
254257[ 0.11.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.11.1
255258[ 0.11.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.11.0
Original file line number Diff line number Diff line change 11[package ]
22name = " rustwide"
3- version = " 0.12 .0"
3+ version = " 0.13 .0"
44authors = [" Pietro Albini <pietro@pietroalbini.org>" ]
55edition = " 2018"
66build = " build.rs"
You can’t perform that action at this time.
0 commit comments