File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## Unreleased
7
7
8
+ ## [ 0.19.1] - 2025-03-05
9
+
10
+ - unfreeze rustup version, don't canoncalize binary names
11
+
12
+
8
13
## [ 0.19.1] - 2025-03-05
9
14
10
15
- temporarily freeze used rustup version to 1.27.1, disable rustup self-update
11
- see https://github.com/rust-lang/rustup/issues/4224 and
16
+ see https://github.com/rust-lang/rustup/issues/4224 and
12
17
https://github.com/rust-lang/rustwide/issues/94
13
18
14
19
## [ 0.19.0] - 2024-12-26
15
20
16
- ### Added
21
+ ### Added
17
22
18
23
- ** BREAKING** New variant ` CommandError::SandboxContainerCreate ` for previous
19
24
more generic ` CommandError::ExecutionFailed ` on sandbox creation.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.19.1 "
3
+ version = " 0.19.2 "
4
4
edition = " 2018"
5
5
build = " build.rs"
6
6
You can’t perform that action at this time.
0 commit comments