Skip to content

Commit abe63f1

Browse files
chore(deps): bump strum_macros from 0.25.1 to 0.26.2 (#185)
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.1 to 0.26.2. - [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/v0.26.2) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ab0a17 commit abe63f1

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

Cargo.lock

Lines changed: 17 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ path = "main.rs"
2020
lazy_static = "1.4.0"
2121
byteorder = "1.5.0"
2222
strum = { version = "0.25.0", features = ["derive"]}
23-
strum_macros = "0.25"
23+
strum_macros = "0.26"
2424
monkey-parser = { path = "../parser", version = "0.9.1" }
2525
monkey-object = { path = "../object", version = "0.9.1" }

0 commit comments

Comments
 (0)