Skip to content

Commit b959bcf

Browse files
Update strum_macros requirement from 0.20 to 0.21 (#1901)
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](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 991c2a2 commit b959bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77

88
[dependencies]
99
strum = "0.21"
10-
strum_macros = "0.20"
10+
strum_macros = "0.21"
1111
serde = "1"
1212
serde_derive = "1"
1313
yew = { path = "../../packages/yew" }

0 commit comments

Comments
 (0)