We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033652c commit a9a4864Copy full SHA for a9a4864
docs/faq.md
@@ -294,7 +294,7 @@ CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc
294
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
295
```
296
297
-You probably need to skip PyPy (if using PyO3, anyway), and Rust provides cargo for musllinux 32-bit:
+You probably need to skip PyPy (if using PyO3, anyway), and Rust does not provide Cargo for musllinux 32-bit:
298
299
```toml
300
[tool.cibuildwheel]
0 commit comments