Skip to content

Commit

Permalink
Bump version of strum/strum_macros (#768)
Browse files Browse the repository at this point in the history
Most recent minor version: 0.26
Should be the same as nushell to reduce dependency duplication
  • Loading branch information
sholderbach authored Mar 10, 2024
1 parent d12357b commit 0698712
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ rusqlite = { version = "0.31.0", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.79", optional = true }
strip-ansi-escapes = "0.2.0"
strum = "0.25"
strum_macros = "0.25"
strum = "0.26"
strum_macros = "0.26"
thiserror = "1.0.31"
unicode-segmentation = "1.9.0"
unicode-width = "0.1.9"
Expand Down

0 comments on commit 0698712

Please sign in to comment.