Update Rust crate anyhow to 1.0.81 #3

Merged
hodasemi merged 2 commits from renovate/anyhow-1.x into master 2024-03-18 13:53:23 +00:00
Showing only changes of commit 993f6b445d - Show all commits

View file

@ -8,9 +8,14 @@ on:
jobs:
Build:
steps:
- uses: https://github.com/actions/checkout@v3
- uses: https://github.com/actions/checkout@main
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
apt-get update
apt-get install --no-install-recommends -y libpango1.0-dev libgtk-3-dev libudev-dev
- name: Build
run: cargo build