From 2a59415b111f7887ffef3dba914241e27316ccbd Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 20 Aug 2023 02:04:12 +0200 Subject: [PATCH 1/2] Update Rust crate anyhow to 1.0.75 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8220d5b..834f36d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.7.1" -anyhow = "1.0.74" +anyhow = "1.0.75" [build-dependencies] bindgen = "0.66.1" \ No newline at end of file From ec538cb1f58d5b4b0630928f431180b84d34c6a5 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Mon, 21 Aug 2023 08:13:29 +0200 Subject: [PATCH 2/2] .gitea/workflows/pull_request.yaml aktualisiert --- .gitea/workflows/pull_request.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 613e304..fa90f74 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -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