Skip to content

Commit f373a93

Browse files
authored
Merge pull request #129 from python-project-templates/copier-update-2026-09-06T09-23-27Z
Update from Copier (2026-09-06T09-23-27Z)
2 parents 46bc9b3 + 38cf186 commit f373a93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: dcfbd4b
2+
_commit: 552b2de
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

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.29.0", features = ["abi3", "extension-module", "multiple-pymethods"] }
14+
pyo3 = { version = "0.29.2", features = ["abi3", "extension-module", "multiple-pymethods"] }
1515

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

0 commit comments

Comments
 (0)