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 22, 2024
1 parent d384dc9 commit ad1902f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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 @@ -64,3 +64,7 @@ debug = true
lto = true
opt-level = "z"


[patch.crates-io]
littlefs2 = { git = "https://github.com/trussed-dev/littlefs2.git", branch = "release-0.5.0" }
littlefs2-core = { git = "https://github.com/trussed-dev/littlefs2.git", branch = "release-0.5.0" }

0 comments on commit ad1902f

Please sign in to comment.