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 2c66535 commit 9630c34Copy full SHA for 9630c34
core/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## Unreleased
9
10
+-
11
+
12
+## [v0.1.1](https://github.com/trussed-dev/littlefs2/releases/tag/core-0.1.1) - 2025-01-16
13
14
- Make `Path` and `PathBuf` more const-friendly:
15
- Make `Path::as_ptr` and `PathBuf::from_buffer_unchecked` const.
16
- Add const `Path::const_eq`, `PathBuf::from_path`, `PathBuf::as_path` and `PathBuf::as_str` methods.
core/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "littlefs2-core"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = ["The Trussed developers"]
5
description = "Core types for the littlefs2 crate"
6
0 commit comments