Skip to content

Commit 744d50c

Browse files
authored
Merge pull request #19 from python-project-templates/dependabot/cargo/strum-0.26.3
Bump strum from 0.24.1 to 0.26.3
2 parents 73255e5 + 0fb3b55 commit 744d50c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.22", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
15-
strum = "0.24.1"
15+
strum = "0.26.3"
1616

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

0 commit comments

Comments
 (0)