Skip to content

Commit 4612fc0

Browse files
xhochyjaimergp
andauthored
Apply suggestions from code review
Co-authored-by: jaimergp <[email protected]>
1 parent bc72705 commit 4612fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

news/2024-01-29-rust-175-osx-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ With the release of `rust 1.75`, we now require setting the minimal
44
`MACOSX_DEPLOYMENT_TARGET` to at least `10.12`. You can do this by appending
55
`recipe/conda_build_config.yaml` with the following content:
66

7-
```
7+
```yaml
88
MACOSX_DEPLOYMENT_TARGET: # [osx and x86]
99
- '10.12' # [osx and x86]
1010
```
1111
1212
You should also add a run dependency on the respective OSX version:
1313
14-
```
14+
```yaml
1515
run:
1616
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]
1717
```

0 commit comments

Comments
 (0)