Skip to content

Commit 5bdfb0e

Browse files
authored
Merge pull request #27 from python-project-templates/dependabot/cargo/strum-0.27.1
Bump strum from 0.26.3 to 0.27.1
2 parents 987429f + 7896a85 commit 5bdfb0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

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

0 commit comments

Comments
 (0)