Skip to content

Commit

Permalink
Bump MSRV to 1.60
Browse files Browse the repository at this point in the history
This is MSRV of log v0.4.20.
  • Loading branch information
rafalh committed Oct 9, 2023
1 parent b34260d commit 6fd29d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- rust_version: nightly
run_tests: true
# Minimal supported rustc version
- rust_version: 1.56.0
- rust_version: 1.60.0
run_tests: false
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.rust_version == 'nightly' }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ New features:
* Fix `format_volume` function panicking in debug build for FAT12 volumes with size below 1 MB
* Fix index out of range panic when reading 248+ characters long file names with `alloc` feature disabled
* Remove `byteorder` dependency.
* Bump up minimal Rust compiler version to 1.48.0.
* Bump up minimal Rust compiler version to 1.60.0.
* Build the crate using the 2018 edition.
* Add support for compile-time configuration of logging levels via Cargo features. By default, all logging levels are
enabled, including "trace" and up.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Rust FAT FS
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt)
[![crates.io](https://img.shields.io/crates/v/fatfs)](https://crates.io/crates/fatfs)
[![Documentation](https://docs.rs/fatfs/badge.svg)](https://docs.rs/fatfs)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.56+-yellow.svg)](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.60+-yellow.svg)](https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html)

A FAT filesystem library implemented in Rust.

Expand Down

0 comments on commit 6fd29d9

Please sign in to comment.