Skip to content

Commit 91f903d

Browse files
committed
Bump MSRV to 1.70
1 parent 290f99a commit 91f903d

File tree

7 files changed

+22
-19
lines changed

7 files changed

+22
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
arch: ${{ matrix.platform.arch }}
114114
target: ${{ matrix.platform.target }}
115-
toolchain: "1.65"
115+
toolchain: "1.70"
116116

117117
- run: cargo check ${{ matrix.platform.features }}
118118

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Changed
1919

20+
- **breaking** Bumped MSRV to 1.70.0
21+
2022
### Removed
2123

2224
## [2.0.1] - 2023-07-13

Cargo.lock

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cargo-espflash"
33
version = "2.0.2-dev"
44
edition = "2021"
5-
rust-version = "1.65"
5+
rust-version = "1.70"
66
description = "Cargo subcommand for flashing Espressif devices"
77
repository = "https://github.com/esp-rs/espflash"
88
license = "MIT OR Apache-2.0"

cargo-espflash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cargo-espflash
22

33
[![Crates.io](https://img.shields.io/crates/v/cargo-espflash?labelColor=1C2C2E&color=C96329&logo=Rust&style=flat-square)](https://crates.io/crates/cargo-espflash)
4-
![MSRV](https://img.shields.io/badge/MSRV-1.65-blue?labelColor=1C2C2E&logo=Rust&style=flat-square)
4+
![MSRV](https://img.shields.io/badge/MSRV-1.70-blue?labelColor=1C2C2E&logo=Rust&style=flat-square)
55
![Crates.io](https://img.shields.io/crates/l/cargo-espflash?labelColor=1C2C2E&style=flat-square)
66

77
Cross-compiler and Cargo extension for flashing Espressif devices.
@@ -20,7 +20,7 @@ Supports the **ESP32**, **ESP32-C2/C3/C6**, **ESP32-H2**, **ESP32-S2/S3**, and *
2020

2121
## Installation
2222

23-
If you are installing `cargo-espflash` from source (ie. using `cargo install`) then you must have `rustc>=1.65.0` installed on your system.
23+
If you are installing `cargo-espflash` from source (ie. using `cargo install`) then you must have `rustc>=1.70.0` installed on your system.
2424

2525
If you are running **macOS** or **Linux** then [libuv] must also be installed; this is available via most popular package managers. If you are running **Windows** you can ignore this step.
2626

espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "espflash"
33
version = "2.0.2-dev"
44
edition = "2021"
5-
rust-version = "1.65"
5+
rust-version = "1.70"
66
description = "A command-line tool for flashing Espressif devices"
77
repository = "https://github.com/esp-rs/espflash"
88
license = "MIT OR Apache-2.0"

espflash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Crates.io](https://img.shields.io/crates/v/espflash?labelColor=1C2C2E&color=C96329&logo=Rust&style=flat-square)](https://crates.io/crates/espflash)
44
[![docs.rs](https://img.shields.io/docsrs/espflash?labelColor=1C2C2E&color=C96329&logo=rust&style=flat-square)](https://docs.rs/espflash)
5-
![MSRV](https://img.shields.io/badge/MSRV-1.65-blue?labelColor=1C2C2E&logo=Rust&style=flat-square)
5+
![MSRV](https://img.shields.io/badge/MSRV-1.70-blue?labelColor=1C2C2E&logo=Rust&style=flat-square)
66
![Crates.io](https://img.shields.io/crates/l/espflash?labelColor=1C2C2E&style=flat-square)
77

88
A library and command-line tool for flashing Espressif devices.
@@ -21,7 +21,7 @@ Supports the **ESP32**, **ESP32-C2/C3/C6**, **ESP32-H2**, **ESP32-S2/S3**, and *
2121

2222
## Installation
2323

24-
If you are installing `espflash` from source (ie. using `cargo install`) then you must have `rustc>=1.65.0` installed on your system.
24+
If you are installing `espflash` from source (ie. using `cargo install`) then you must have `rustc>=1.70.0` installed on your system.
2525

2626
If you are running **macOS** or **Linux** then [libuv] must also be installed; this is available via most popular package managers. If you are running **Windows** you can ignore this step.
2727

0 commit comments

Comments
 (0)