Skip to content

Commit 00a6b18

Browse files
build(deps): update strum_macros requirement from 0.26 to 0.27 (#15)
Updates the requirements on [strum_macros](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.1) --- updated-dependencies: - dependency-name: strum_macros dependency-version: 0.27.1 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 9b8c116 commit 00a6b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ termion = { version = "4.0", optional = true }
1818
pom = "3.4.0"
1919
serde = { version = "1.0", features = ["derive"] }
2020
strum = "0.27"
21-
strum_macros = "0.26"
21+
strum_macros = "0.27"
2222

2323
[features]
2424
default = ["crossterm"]

0 commit comments

Comments
 (0)