Update Rust crate anyhow to 1.0.75 #18

Merged
hodasemi merged 2 commits from renovate/anyhow-1.x into master 2023-08-21 09:48:06 +00:00
Showing only changes of commit ec538cb1f5 - Show all commits

View file

@ -12,5 +12,10 @@ jobs:
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
apt-get update
apt-get install --no-install-recommends -y libclang-dev
- name: Build
run: cargo build