asomers / gstat-rs

An enhanced version of FreeBSD's gstat(8) utility
BSD 2-Clause "Simplified" License
14 stars 0 forks source link

Fix the build with Rust 1.72.0+ #21

Closed asomers closed 1 year ago

asomers commented 1 year ago

Also, fix the minver CI task by using the new -Zdirect-minimal-versions flag. This requires changing deps a little bit, because the flag doesn't work perfectly. In particular, it doesn't know that different crates within the workspace can have different dependency versions.