From 1fea0e6ad2d2f468c33ca7c9a8862c5876ececd7 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Tue, 5 Mar 2024 16:16:43 +0100 Subject: [PATCH] feat: Bump MSRV --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61f621d..6df64ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: - uses: dtolnay/rust-toolchain@v1 with: target: ${{ matrix.build.target }} - toolchain: "1.67.0" + toolchain: "1.76.0" components: rust-src - name: cargo check run: cargo check --target=${{ matrix.build.target }} --features=${{ matrix.build.chip }} @@ -183,7 +183,7 @@ jobs: default: true ldproxy: false buildtargets: ${{ matrix.build.chip }} - version: "1.67.0" + version: "1.76.0" - uses: Swatinem/rust-cache@v2 - name: cargo check run: cargo check -Zbuild-std=core --target=${{ matrix.build.target }} --features=${{ matrix.build.chip }} diff --git a/Cargo.toml b/Cargo.toml index 25082f6..0274819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "flasher-stub" version = "0.2.0" edition = "2021" -rust-version = "1.67" +rust-version = "1.76" license = "MIT OR Apache-2.0" categories = ["embedded", "no-std"] diff --git a/README.md b/README.md index 353c593..43ea3f9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # esp-flasher-stub [![GitHub Workflow Status](https://github.com/esp-rs/esp-println/actions/workflows/ci.yml/badge.svg)](https://github.com/esp-rs/esp-println/actions/workflows/ci.yml) -![MSRV](https://img.shields.io/badge/MSRV-1.67-blue?labelColor=1C2C2E&logo=Rust&style=flat-square) +![MSRV](https://img.shields.io/badge/MSRV-1.76-blue?labelColor=1C2C2E&logo=Rust&style=flat-square) [![Matrix](https://img.shields.io/matrix/esp-rs:matrix.org?label=join%20matrix&color=BEC5C9&labelColor=1C2C2E&logo=matrix&style=flat-square)](https://matrix.to/#/#esp-rs:matrix.org) Rust implementation of flasher stub located in [esptool](https://github.com/espressif/esptool/).