aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/check_platform_reqs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/check_platform_reqs.rs')
-rw-r--r--crates/mozart/src/commands/check_platform_reqs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/check_platform_reqs.rs b/crates/mozart/src/commands/check_platform_reqs.rs
index e9954f4..a890e0c 100644
--- a/crates/mozart/src/commands/check_platform_reqs.rs
+++ b/crates/mozart/src/commands/check_platform_reqs.rs
@@ -227,7 +227,7 @@ fn collect_from_installed_data(
no_dev: bool,
requirements: &mut BTreeMap<String, Vec<PlatformRequirement>>,
) {
- let dev_names: std::collections::HashSet<String> = installed
+ let dev_names: indexmap::IndexSet<String> = installed
.dev_package_names
.iter()
.map(|n| n.to_lowercase())