Merge pull request 'Update Rust crate anyhow to 1.0.75' (#18) from renovate/anyhow-1.x into master
Reviewed-on: #18
This commit is contained in:
commit
d13ae2b9d9
2 changed files with 6 additions and 1 deletions
|
@ -12,5 +12,10 @@ jobs:
|
||||||
|
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
- 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
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
memmap2 = "0.7.1"
|
memmap2 = "0.7.1"
|
||||||
anyhow = "1.0.74"
|
anyhow = "1.0.75"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.66.1"
|
bindgen = "0.66.1"
|
Loading…
Reference in a new issue