musichoard/build.rs
Wojciech Kozlowski 84a2cc83ca
All checks were successful
Cargo CI / Build and Test (push) Successful in 1m43s
Cargo CI / Lint (push) Successful in 1m16s
Cargo CI / Build and Test (pull_request) Successful in 1m42s
Cargo CI / Lint (pull_request) Successful in 1m16s
Provide search functionality through the TUI (#134)
Closes #24

Reviewed-on: #134
2024-02-18 22:12:41 +01:00

6 lines
129 B
Rust

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