Skip to content

Commit

Permalink
Update littlefs2-sys to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Apr 3, 2024
1 parent 960e57d commit 6eef682
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added object-safe traits `DynFile`, `DynFilesystem` and `DynStorage` for
accessing `Storage`, `Filesystem` and `File` implementations for any storage.

## Changed
- Update `littlefs2-sys` to v0.2.0.

## Fixed

- Fixed macro hygiene for `path!`.
Expand Down
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default-features = false
version = "0.2"

[dependencies.littlefs2-sys]
version = "0.1.6"
version = "0.2.0"

[dependencies.serde]
version = "1"
Expand Down Expand Up @@ -57,3 +57,6 @@ log-error = []
# member `char name[LFS_NAME_MAX+1]`.
# This means that if we change `traits::Storage::FILENAME_MAX_PLUS_ONE`,
# we need to pass this on!

[patch.crates-io]
littlefs2-sys = { git = "https://github.com/trussed-dev/littlefs2-sys", rev = "refs/pull/11/head" }

0 comments on commit 6eef682

Please sign in to comment.