Skip to content

Commit 08662e7

Browse files
Update strum_macros requirement from 0.23.1 to 0.24.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](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0496dd6 commit 08662e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chain-impl-mockchain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rand_core = "0.6"
1818
imhamt = { path = "../imhamt" }
1919
sparse-array = { path = "../sparse-array" }
2020
strum = "0.23.0"
21-
strum_macros = "0.23.1"
21+
strum_macros = "0.24.0"
2222
hex = { version = "0.4.2", default-features = false, features = [ "std" ] }
2323
quickcheck = { version = "0.9", optional = true }
2424
quickcheck_macros = { version = "0.9", optional = true }

0 commit comments

Comments
 (0)