Skip to content

Commit 6770711

Browse files
Update strum requirement from 0.26 to 0.27 (#34)
Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.1...v0.27.0) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84d18bc commit 6770711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cggtts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ scheduler = ["polyfit-rs"]
1919
[dependencies]
2020
thiserror = "2"
2121
scan_fmt = "0.1.3"
22-
strum = "0.26"
22+
strum = "0.27"
2323
itertools = "0.13"
2424
strum_macros = "0.26"
2525
serde = { version = "1.0", optional = true, features = ["derive"] }

0 commit comments

Comments
 (0)