Skip to content

Commit 8b538a9

Browse files
build(deps): update strum_macros requirement from 0.27.1 to 0.28.0
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.27.1...v0.28.0) --- updated-dependencies: - dependency-name: strum_macros dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbdc618 commit 8b538a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎keymap_parser/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition.workspace = true
1111
[dependencies]
1212
serde = { version = "1.0.219", features = ["derive"] }
1313
strum = "0.28.0"
14-
strum_macros = "0.27.1"
14+
strum_macros = "0.28.0"
1515

1616
[dev-dependencies]
1717
toml = "1.0.1"

0 commit comments

Comments
 (0)