Releases: camino-rs/camino
Releases · camino-rs/camino
camino 1.1.11
Added
Utf8PathBuf::leak
on Rust 1.89 and above.
camino 1.1.10
Changed
- Hand-write serde implementations, dropping the dependency on
serde_derive
. Thanks to Enselic for initiating the discussion and for your first contribution!
camino 1.1.9
Added
- Top-level function
absolute_utf8
wrapsstd::path::absolute
, converting paths to UTF-8.
Requires Rust 1.79 and above.
camino 1.1.8
camino 1.1.7
Fixed
- Resolve
unexpected_cfg
warnings.
camino 1.1.6
Added
- Implement
Deserialize
forBox<Utf8Path>
.
camino 1.1.4
Added
- Implement
DerefMut
forUtf8PathBuf
on Rust 1.68 and above.
camino 1.1.3
Added
- New method
Utf8DirEntry::into_path
to return an ownedUtf8PathBuf
.
camino 1.1.2
Added
- New convenience methods [
FromPathBufError::into_io_error
] and
[FromPathError::into_io_error
].
camino 1.1.1
Fixed
- Fixed a build regression on older nightlies in the 1.63 series
(#22). - Documentation fixes.