Skip to content

Commit a3a834e

Browse files
committed
Fix MSRV in README and CHANGELOG
1 parent f1c1cd5 commit a3a834e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ New features:
3030
* Fix `format_volume` function panicking in debug build for FAT12 volumes with size below 1 MB
3131
* Fix index out of range panic when reading 248+ characters long file names with `alloc` feature disabled
3232
* 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.
3434
* Build the crate using the 2018 edition.
3535
* Add support for compile-time configuration of logging levels via Cargo features. By default, all logging levels are
3636
enabled, including "trace" and up.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Rust FAT FS
55
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt)
66
[![crates.io](https://img.shields.io/crates/v/fatfs)](https://crates.io/crates/fatfs)
77
[![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)
99

1010
A FAT filesystem library implemented in Rust.
1111

0 commit comments

Comments
 (0)