mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +00:00
build: Bump MSRV
This commit is contained in:
parent
dd9bd9d06b
commit
f9115bd7a3
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
- name: Setup Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: 1.70.0
|
||||
toolchain: 1.71.1
|
||||
- name: Enable caching
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Cargo check
|
||||
|
@ -11,7 +11,7 @@ Tool for installing and maintaining Espressif Rust ecosystem.
|
||||
"""
|
||||
keywords = ["cli", "embedded", "esp", "esp-rs", "xtensa"]
|
||||
categories = ["command-line-utilities", "development-tools", "embedded"]
|
||||
rust-version = "1.70"
|
||||
rust-version = "1.71.1"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.77"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# espup
|
||||
|
||||
[](https://crates.io/crates/espup)
|
||||

|
||||

|
||||
[](https://github.com/esp-rs/espup/actions/workflows/ci.yaml)
|
||||
[](https://github.com/esp-rs/espup/actions/workflows/audit.yaml)
|
||||
[](https://matrix.to/#/#esp-rs:matrix.org)
|
||||
|
Loading…
x
Reference in New Issue
Block a user