Skip to content

Commit f890aad

Browse files
committed
add rust dependabot
1 parent a598868 commit f890aad

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Diff for: rust/.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,12 @@ updates:
1414
labels:
1515
- "lang: python"
1616
- "part: dependencies"
17+
18+
- package-ecosystem: "cargo"
19+
directory: "/"
20+
schedule:
21+
interval: "monthly"
22+
labels:
23+
- "lang: rust"
24+
- "part: dependencies"
25+

Diff for: rust/.github/workflows/build.yml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
make dist-py-wheel
119119
make dist-check
120120
env:
121-
MACOS_DEPLOYMENT_TARGET: 10.12
121+
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
122122
if: matrix.os != 'ubuntu-latest'
123123

124124
- uses: actions/upload-artifact@v4

Diff for: rust/pyproject.toml.jinja

+1-3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ archs = "x86_64"
9696
9797
[tool.cibuildwheel.macos]
9898
archs = "x86_64 arm64"
99+
environment = {MACOS_DEPLOYMENT_TARGET=11.0}
99100
100101
[tool.cibuildwheel.windows]
101102
environment = {PATH="$UserProfile\\.cargo\bin;$PATH"}
@@ -115,9 +116,6 @@ exclude_also = [
115116
ignore_errors = true
116117
fail_under = 50
117118
118-
[tool.maturin]
119-
include = [{ path = "rust/**/*", format = "sdist" }]
120-
121119
[tool.pytest.ini_options]
122120
addopts = ["-vvv", "--junitxml=junit.xml"]
123121
asyncio_mode = "strict"

0 commit comments

Comments
 (0)