mirror of
https://github.com/trussed-dev/littlefs2.git
synced 2026-06-20 04:16:32 -07:00
Release littlefs2-core v0.1.1
This commit is contained in:
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## Unreleased
|
||||
|
||||
-
|
||||
|
||||
## [v0.1.1](https://github.com/trussed-dev/littlefs2/releases/tag/core-0.1.1) - 2025-01-16
|
||||
|
||||
- Make `Path` and `PathBuf` more const-friendly:
|
||||
- Make `Path::as_ptr` and `PathBuf::from_buffer_unchecked` const.
|
||||
- Add const `Path::const_eq`, `PathBuf::from_path`, `PathBuf::as_path` and `PathBuf::as_str` methods.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "littlefs2-core"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["The Trussed developers"]
|
||||
description = "Core types for the littlefs2 crate"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user