rust-magic icon indicating copy to clipboard operation
rust-magic copied to clipboard

Replace `libc` with `core::ffi` in Rust 1.64.0

Open robo9k opened this issue 3 years ago • 0 comments

Currently the libc crate is used for some FFI types. Since Rust version 1.64.0 those types are available in core::ffi without an additional crate.

This would bump the MSRV to 1.64.0

See robo9k/rust-magic-sys#31 for the same change.

robo9k avatar Dec 04 '22 16:12 robo9k