-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7614f8e
commit 0a22aa1
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ repository = "https://github.com/trussed-dev/littlefs2" | |
[package] | ||
name = "littlefs2" | ||
description = "Idiomatic Rust API for littlefs" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Nicolas Stalder <[email protected]>", "Brandon Edens <[email protected]>", "The Trussed developers"] | ||
readme = "README.md" | ||
categories = ["embedded", "filesystem", "no-std"] | ||
|
@@ -52,6 +52,3 @@ 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.git", tag = "0.2.0" } |