Bump littlefs2-sys

This commit is contained in:
Sosthène Guédon
2023-06-27 10:30:32 +02:00
parent 5e519151c9
commit 800bccf375
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -22,7 +22,7 @@ default-features = false
version = "0.2"
[dependencies.littlefs2-sys]
version = "0.1.6"
version = "0.2"
[dependencies.serde]
version = "1"
@@ -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/sosthene-nitrokey/littlefs2-sys.git", branch = "update" }
+1
View File
@@ -132,6 +132,7 @@ impl<Storage: driver::Storage> Allocation<Storage> {
name_max: filename_max_plus_one.wrapping_sub(1),
file_max,
attr_max,
metadata_max: 0,
};
Self {