Skip to content

Commit 18afe0a

Browse files
authored
Merge pull request #97 from python-project-templates/tkp/upd
remove strum from rustjswasm
2 parents 68f3543 + a5e5547 commit 18afe0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rustjswasm/Cargo.toml.jinja

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

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

0 commit comments

Comments
 (0)