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 b6705e9 commit 4abef85Copy full SHA for 4abef85
CHANGELOG.md
@@ -5,6 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## Unreleased
7
8
+## [0.19.3] - 2025-06-17
9
+
10
+### Added
11
12
+- Added `Command::source_dir_mount_kind`
13
14
+### Fixed
15
16
+- Fixed running tests inside of nixos
17
18
## [0.19.2] - 2025-03-19
19
20
- unfreeze rustup version, don't canoncalize binary names
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustwide"
3
-version = "0.19.2"
+version = "0.19.3"
4
edition = "2018"
build = "build.rs"
0 commit comments