Update metadata for cygwin target

This commit is contained in:
王宇逸 2025-02-25 23:33:53 +08:00
parent 1aad114afd
commit 886fb15c0f
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ pub(crate) fn target() -> Target {
description: Some("64-bit x86 Cygwin".into()),
tier: Some(3),
host_tools: Some(false),
std: None,
std: Some(true),
},
}
}