KyleMayes / clang-sys

Rust bindings for libclang.
Apache License 2.0
134 stars 69 forks source link

Update actions and bump MSRV #165

Closed KyleMayes closed 9 months ago

KyleMayes commented 9 months ago

Remove usage of actions-rs actions and update checkout action.

Update MSRV because some dependencies have increased their MSRV (capping it at 1.60.0 since that is the current MSRV of the bindgen crate which is the primary consumer of this crate).