Skip to content

Commit 9b8f20b

Browse files
authored
Merge pull request #69 from python-project-templates/copier-update-2025-10-12T05-20-41
Update from copier (2025-10-12T05:20:41)
2 parents 3578e8c + b80c64b commit 9b8f20b

File tree

5 files changed

+1
-147
lines changed

5 files changed

+1
-147
lines changed

.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: 74b8054
2+
_commit: f812aaa
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ crate-type = ["cdylib"]
1212
[dependencies]
1313
python_template_rust = { path = "./rust", version = "*" }
1414
pyo3 = { version = "0.26", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
15-
strum = "0.27.2"
1615

1716
[profile.release]
1817
panic = 'abort'

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ path = "src/lib.rs"
1414
crate-type = ["rlib"]
1515

1616
[dependencies]
17-
serde = { version = "1.0", features = ["derive"] }
18-
serde_json = "1"
1917

2018
[profile.test.junit]
2119
path = "junit.xml"

0 commit comments

Comments
 (0)