Skip to content

Commit

Permalink
build: pin mdbook to 0.4.22
Browse files Browse the repository at this point in the history
this avoids both clap 3 and clap 4 being dependencies
  • Loading branch information
nyxkrage committed Jul 29, 2023
1 parent 997a1cc commit cc92a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/lib.rs"

[dependencies]
clap = { version = "3.2.25", features = ["cargo"] }
mdbook = "0.4.22"
mdbook = "=0.4.22"
env_logger = "0.10.0"
log = "0.4.17"
serde_json = "1.0.93"
Expand Down

0 comments on commit cc92a34

Please sign in to comment.