Skip to content

Commit 6a6376c

Browse files
authored
Merge pull request #106 from python-project-templates/dependabot/cargo/pyo3-0.29.0
Bump pyo3 from 0.28.3 to 0.29.0
2 parents f100ebe + 923512f commit 6a6376c

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
python_template_rust = { path = "./rust", version = "*" }
14-
pyo3 = { version = "0.28.2", features = ["abi3", "extension-module", "multiple-pymethods"] }
14+
pyo3 = { version = "0.29.0", features = ["abi3", "extension-module", "multiple-pymethods"] }
1515

1616
[profile.release]
1717
panic = 'abort'

0 commit comments

Comments
 (0)