rust_libloading icon indicating copy to clipboard operation
rust_libloading copied to clipboard

Experiment with version ranges, -Zminimal-versions

Open nagisa opened this issue 3 years ago • 0 comments

This commit uses version ranges to accurately specify the minimum version of the dependencies required for this library to work. These version bounds are verified in the CI with -Zminimal-versions functionality of cargo which forces cargo to select the earliest versions of libraries possible.

nagisa avatar Oct 25 '20 13:10 nagisa