Skip to content

Commit c8932f6

Browse files
chore(ci): Update Cargo
1 parent 9daff23 commit c8932f6

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

Cargo.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py-pixi-build-backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
# PyO3 for Python bindings
12-
pyo3 = { version = "0.26", features = [
12+
pyo3 = { version = "0.27", features = [
1313
"extension-module",
1414
"abi3-py38",
1515
"serde",
@@ -49,7 +49,7 @@ pythonize = "0.26"
4949
paste = "1.0.15"
5050

5151
[build-dependencies]
52-
pyo3-build-config = "0.26"
52+
pyo3-build-config = "0.27"
5353

5454
# Prevent package from thinking it's in the workspace
5555
[workspace]

0 commit comments

Comments
 (0)