data: move the YAML data files into a top-level data/ directory

This commit is contained in:
2026-09-18 13:15:29 +02:00
parent 69f3c3954e
commit 6e5ecd2f45
6 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ struct Data {
dist: std::collections::HashMap<String, DistData>,
}
const DATA_YAML: &str = include_str!("../distro_info.yml");
const DATA_YAML: &str = include_str!("../data/distro_info.yml");
lazy_static! {
// The YAML is include_str!'d at compile time and statically valid; if it
// ever failed to parse it would be a build-time bug that cannot be