Skip to content

Commit 53f8957

Browse files
author
Niko Matsakis
committed
fml, add derive to mdbook-goals
cargo check --all didn't detect this problem because the feature wound up inherited from elsewhere.
1 parent 49e65a6 commit 53f8957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mdbook-goals/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
anyhow = "1.0.94"
8-
clap = "4.5.23"
8+
clap = { version = "4.5.23", features = ["derive"] }
99
mdbook = "0.4.43"
1010
regex = "1.11.1"
1111
rust-project-goals = { version = "0.1.0", path = "../rust-project-goals" }

0 commit comments

Comments
 (0)