rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.91k stars 111 forks source link

Switch to version_check #113

Closed dtolnay closed 6 years ago

dtolnay commented 6 years ago

We shouldn't need to pull in a dependency on a production-quality semver implementation to tell whether >=1.22.0 is met. The version_check crate is intended for exactly this build script use case and compiles more than twice as fast.