Skip to content

Commit

Permalink
move-panama-backend - lock clap to 4.2 for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist1 committed Sep 20, 2024
1 parent ff3e598 commit 2a98363
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 23 deletions.
69 changes: 47 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
askama = "0.12.1"
clap = "4.5.17"
clap = "4"
colored = "2.1.0"
# TODO: Change once https://github.com/rust-diplomat/diplomat/pull/694 is merged
diplomat-runtime = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat-runtime"}
Expand Down

0 comments on commit 2a98363

Please sign in to comment.