robo9k / rust-magic-sys

Rust declarations crate for the `libmagic` C library
Apache License 2.0
10 stars 6 forks source link

Remove obsolete `libmagic` version features #47

Closed robo9k closed 1 year ago

robo9k commented 1 year ago

This removes old features (see https://github.com/robo9k/rust-magic-sys/issues/36#issuecomment-1745873239) that are now implicit since we require libmagic 5.39+ (see #39)

Technically this is a breaking change, but that was introduced with #39 already.