Skip to content

Commit

Permalink
Bump MSRV to 1.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed May 30, 2024
1 parent 4a9353b commit 4154a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "esp-idf-part"
version = "0.5.0"
authors = ["Jesse Braham <[email protected]>"]
edition = "2021"
rust-version = "1.67.0"
rust-version = "1.71.0"
description = "A library for parsing and generating ESP-IDF partition tables"
repository = "https://github.com/esp-rs/esp-idf-part"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/esp-rs/esp-idf-part/ci.yml?label=CI&logo=github&style=flat-square)
[![Crates.io](https://img.shields.io/crates/v/esp-idf-part?color=C96329&logo=Rust&style=flat-square)](https://crates.io/crates/esp-idf-part)
[![docs.rs](https://img.shields.io/docsrs/esp-idf-part?color=C96329&logo=rust&style=flat-square)](https://docs.rs/esp-idf-part)
![MSRV](https://img.shields.io/badge/MSRV-1.67-blue?style=flat-square)
![MSRV](https://img.shields.io/badge/MSRV-1.71-blue?style=flat-square)
![Crates.io](https://img.shields.io/crates/l/esp-idf-part?style=flat-square)

A library for parsing and generating ESP-IDF partition tables. Supports parsing from and generating to both CSV and binary formats.
Expand Down

0 comments on commit 4154a5f

Please sign in to comment.