File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ New features:
30
30
* Fix ` format_volume ` function panicking in debug build for FAT12 volumes with size below 1 MB
31
31
* Fix index out of range panic when reading 248+ characters long file names with ` alloc ` feature disabled
32
32
* Remove ` byteorder ` dependency.
33
- * Bump up minimal Rust compiler version to 1.46 .0.
33
+ * Bump up minimal Rust compiler version to 1.48 .0.
34
34
* Build the crate using the 2018 edition.
35
35
* Add support for compile-time configuration of logging levels via Cargo features. By default, all logging levels are
36
36
enabled, including "trace" and up.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Rust FAT FS
5
5
[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.txt )
6
6
[ ![ crates.io] ( https://img.shields.io/crates/v/fatfs )] ( https://crates.io/crates/fatfs )
7
7
[ ![ Documentation] ( https://docs.rs/fatfs/badge.svg )] ( https://docs.rs/fatfs )
8
- [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.46 +-yellow.svg )] ( https://blog.rust-lang.org/2020/08/27 /Rust-1.46.0 .html )
8
+ [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.48 +-yellow.svg )] ( https://blog.rust-lang.org/2020/11/19 /Rust-1.48 .html )
9
9
10
10
A FAT filesystem library implemented in Rust.
11
11
You can’t perform that action at this time.
0 commit comments