mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-19 05:46:50 -04:00
I'm unsure why, but building with cmke -D MAINTAINER_MODE=ON is failing right now. Updating to a newer version of bindgen appears to resolve the issue. I was able to update it by changing the version specified in libclamav_rust/Cargo.toml, and then running `cargo update -p bindgen` Not that I expect anyone else to be running maintainer-mode, but I did also confirm using `cargo-msrv` that the minimum supported version of rust did not change as a result of this commit.