Skip to content

Commit 7896a85

Browse files
Bump strum from 0.26.3 to 0.27.1
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.1. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.3...v0.27.1) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 987429f commit 7896a85

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)