Skip to content

Commit edb16f2

Browse files
committed
Enable deafult clap-rs features
1 parent f392b37 commit edb16f2

File tree

2 files changed

+65
-3
lines changed

2 files changed

+65
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ no-https-verification = []
1616
[dependencies]
1717
askama = { version = "0.12.1", default-features = false }
1818
cached = { version = "0.51.3", features = ["async"] }
19-
clap = { version = "4.4.11", default-features = false, features = [
20-
"std",
21-
"env",
19+
clap = { version = "4.4.11", features = [
20+
"env"
2221
] }
2322
regex = "1.10.2"
2423
serde = { version = "1.0.193", features = ["derive"] }

0 commit comments

Comments
 (0)