We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a3a39 commit 721998cCopy full SHA for 721998c
CHANGELOG.md
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## Unreleased
7
8
+## [0.20.0] - 2025-08-22
9
+
10
+- **BREAKING** ensure callers of BuildDirectory::run can determine if the source of the
11
+ error is in Prepare::prepare.
12
+ See https://github.com/rust-lang/rustwide/pull/103
13
14
## [0.19.4] - 2025-06-17
15
16
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustwide"
3
-version = "0.19.4"
+version = "0.20.0"
4
edition = "2018"
build = "build.rs"
0 commit comments