Skip to content

Commit

Permalink
Merge pull request #189 from nikomatsakis/refactor
Browse files Browse the repository at this point in the history
add derive to mdbook-goals
  • Loading branch information
nikomatsakis authored Dec 13, 2024
2 parents 49e65a6 + 53f8957 commit 5f4f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mdbook-goals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.94"
clap = "4.5.23"
clap = { version = "4.5.23", features = ["derive"] }
mdbook = "0.4.43"
regex = "1.11.1"
rust-project-goals = { version = "0.1.0", path = "../rust-project-goals" }
Expand Down

0 comments on commit 5f4f3af

Please sign in to comment.