musichoard/build.rs
Wojciech Kozlowski 49a96b5eb2
Some checks failed
Cargo CI / Build and Test (pull_request) Failing after 1m51s
Cargo CI / Lint (pull_request) Successful in 1m15s
Add benchmarks
2024-02-18 21:07:17 +01:00

6 lines
129 B
Rust

fn main() {
if let Some(true) = version_check::is_feature_flaggable() {
println!("cargo:rustc-cfg=nightly");
}
}