Skip to content

Commit

Permalink
chore: update strum to 0.26 (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 authored Jan 29, 2024
1 parent c251d5d commit a67cbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ context-iterators = "0.2.0"
serde_json = "1.0.97"
delegate = "0.12.0"
paste = "1.0"
strum = "0.25.0"
strum_macros = "0.25.3"
strum = "0.26.1"
strum_macros = "0.26.1"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down

0 comments on commit a67cbe6

Please sign in to comment.