From 42001730828649a0aba2ed6f28376ff1724adfb6 Mon Sep 17 00:00:00 2001 From: "Rahul D. Ghosal" <49624178+rdghosal@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:12:35 -0400 Subject: [PATCH] fix(guide): correct typo --- guide/src/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/migration.md b/guide/src/migration.md index 7727e08b7..d6b3f8d1b 100644 --- a/guide/src/migration.md +++ b/guide/src/migration.md @@ -40,7 +40,7 @@ can be configured to apply to sdist and/or wheel. ### macOS deployment target version defaults what `rustc` supports If you don't set the `MACOSX_DEPLOYMENT_TARGET` environment variable, -maturin 0.14 will use the default target version quired from `rustc`, +maturin 0.14 will use the default target version acquired from `rustc`, this may cause build issue for projects that depend on C/C++ code, usually you can fix it by setting a correct `MACOSX_DEPLOYMENT_TARGET`, for example