Skip to content

Commit 29ff571

Browse files
authored
Merge pull request #55 from python-project-templates/dependabot/cargo/strum-0.27.2
Bump strum from 0.27.1 to 0.27.2
2 parents 43554f4 + fe7380b commit 29ff571

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
[dependencies]
1313
python_template_rust = { path = "./rust", version = "*" }
1414
pyo3 = { version = "0.25", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
15-
strum = "0.27.1"
15+
strum = "0.27.2"
1616

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

0 commit comments

Comments
 (0)