Skip to content

Commit 2b3e98e

Browse files
chore(deps): bump strum from 0.24.1 to 0.25.0 (#142)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84c2b5c commit 2b3e98e

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

Cargo.lock

Lines changed: 5 additions & 18 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
@@ -19,7 +19,7 @@ path = "main.rs"
1919
[dependencies]
2020
lazy_static = "1.4.0"
2121
byteorder = "1.5.0"
22-
strum = { version = "0.24.1", features = ["derive"]}
22+
strum = { version = "0.25.0", features = ["derive"]}
2323
strum_macros = "0.25"
2424
monkey-parser = { path = "../parser", version = "0.9.1" }
2525
monkey-object = { path = "../object", version = "0.9.1" }

0 commit comments

Comments
 (0)