Skip to content

Commit

Permalink
chore(dependency): downgrade clap to 4.3.24
Browse files Browse the repository at this point in the history
clap 4.3.24 only requires Rust 1.64, while 4.4.7 requires 1.70
  • Loading branch information
hougesen authored Oct 29, 2023
1 parent e128e3f commit da3249a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitt-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "hitt"
path = "src/main.rs"

[dependencies]
clap = { version = "4.4.7", features = ["derive"] }
clap = { version = "4.3.24", features = ["derive"] }
hitt-parser = { path = "../hitt-parser" }
hitt-request = { path = "../hitt-request" }
jsonformat = "2.0.0"
Expand Down

0 comments on commit da3249a

Please sign in to comment.