Skip to content

Commit

Permalink
fix(deps): update rust crate strum to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2024
1 parent e86b379 commit 036b412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yuki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rayon = "1.7"
ply-rs = { git = "https://github.com/sndels/ply-rs.git", rev = "7a4f625" }
serde = "1.0"
serde_yaml = "0.9"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
superluminal-perf = "0.2.0"
tinyfiledialogs = "3.9"
win_dbg_logger = "0.1"
Expand Down

0 comments on commit 036b412

Please sign in to comment.