Skip to content

Commit 352e90e

Browse files
committed
fix: add missing pyo3 feature extension-module and remove Cargo.lock from template due to incongruencies between generated from template vs cargo
1 parent 78581cf commit 352e90e

File tree

2 files changed

+1
-172
lines changed

2 files changed

+1
-172
lines changed

{{cookiecutter.project_name}}/rust/Cargo.lock

Lines changed: 0 additions & 171 deletions
This file was deleted.

{{cookiecutter.project_name}}/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ name = "{{cookiecutter.package_name}}"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = "0.22.0"
12+
pyo3 = { version = "0.22.0", features = ["extension-module"] }

0 commit comments

Comments
 (0)