File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ default-features = false
22
22
version = " 0.2"
23
23
24
24
[dependencies .littlefs2-sys ]
25
- version = " 0.1.6 "
25
+ version = " 0.2 "
26
26
27
27
[dependencies .serde ]
28
28
version = " 1"
@@ -57,3 +57,6 @@ log-error = []
57
57
# member `char name[LFS_NAME_MAX+1]`.
58
58
# This means that if we change `traits::Storage::FILENAME_MAX_PLUS_ONE`,
59
59
# we need to pass this on!
60
+
61
+ [patch .crates-io ]
62
+ littlefs2-sys = { git = " https://github.com/sosthene-nitrokey/littlefs2-sys.git" , branch = " update" }
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ impl<Storage: driver::Storage> Allocation<Storage> {
132
132
name_max : filename_max_plus_one. wrapping_sub ( 1 ) ,
133
133
file_max,
134
134
attr_max,
135
+ metadata_max : 0 ,
135
136
} ;
136
137
137
138
Self {
You can’t perform that action at this time.
0 commit comments