Skip to content

Commit

Permalink
Fix clap
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Oct 22, 2024
1 parent 6e4bf3f commit 428f159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tanoshi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ anyhow = { version = "1", default-features = false }
thiserror = "1"
rust-embed = { version = "8", optional = true , features = ["interpolate-folder-path"] }
mime_guess = { version = "2", default-features = false }
clap = "4"
clap = { version = "4", features = ["derive"] }
bytes = { version = "1", default-features = false }
dirs = "5"
base64 = { version = "0.22", default-features = false }
Expand Down

0 comments on commit 428f159

Please sign in to comment.