Update Rust crate anyhow to 1.0.75 #37

Merged
hodasemi merged 6 commits from renovate/anyhow-1.x into master 2023-08-25 09:51:57 +00:00
Showing only changes of commit 2907ba76a3 - Show all commits

View file

@ -12,6 +12,11 @@ jobs:
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
apt-get update
apt-get install --no-install-recommends -y gcc-avr
- name: Build
run: |
cd rust/arduino