Skip to content

Commit 0ff7690

Browse files
committed
upgrade strum to 0.24.0
1 parent 28bdf6a commit 0ff7690

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ git2 = { version = "0.13.6", default-features = false }
5757
path-slash = "0.1.3"
5858
once_cell = { version = "1.4.0", features = ["parking_lot"] }
5959
base64 = "0.13"
60-
strum = { version = "0.23.0", features = ["derive"] }
60+
strum = { version = "0.24.0", features = ["derive"] }
6161
lol_html = "0.3"
6262
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
6363
dashmap = "5.1.0"

0 commit comments

Comments
 (0)