Skip to content

Commit

Permalink
fix incorrect value
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynharthbrooke committed Aug 9, 2024
1 parent 04d9b08 commit 1c02e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub fn target() -> Target {
llvm_target: macos_llvm_target(arch).into(),
metadata: crate::spec::TargetMetadata {
description: Some("ARM64 macOS (11.0+, Big Sur+)".into()),
tier: Some(2),
tier: Some(1),
host_tools: Some(true),
std: Some(true),
},
Expand Down

0 comments on commit 1c02e2b

Please sign in to comment.