Skip to content

Commit

Permalink
Update littlefs2 to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Oct 25, 2024
1 parent d384dc9 commit d4037eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

-
- Update `littlefs2` to 0.5

## [v0.3.1](https://github.com/lpc55/lpc55-hal/releases/tag/0.3.1) - 2024-10-09

Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void = { version = "1", default-features = false }
# optional dependencies
# cortex-m-rtic = { version = "0.5", optional = true }
lpc55-rtic = { version = "0.5.7", optional = true }
littlefs2 = { version = "0.4", optional = true }
littlefs2 = { version = "0.5", optional = true }

[dev-dependencies]
aes = "0.7"
Expand Down Expand Up @@ -63,4 +63,3 @@ codegen-units = 1
debug = true
lto = true
opt-level = "z"

0 comments on commit d4037eb

Please sign in to comment.