Skip to content

Commit

Permalink
Restore Rust 1.72-ability (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years authored Apr 30, 2024
1 parent 9008639 commit 7994370
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ ansi-to-tui = "4.0.1"
async-dup = "1.2.4"
backoff = { version = "0.4.0", default-features = false }
camino = "1.1.4"
clap = { version = "4.3.2", features = ["derive", "wrap_help", "env", "string"] }
# 4.4 for MSRV reasons.
clap = { version = "~4.4", features = ["derive", "wrap_help", "env", "string"] }
clearscreen = "2.0.1"
command-group = { version = "2.1.0", features = ["tokio", "with-tokio"] }
crossterm = { version = "0.27.0", features = ["event-stream"] }
Expand Down

0 comments on commit 7994370

Please sign in to comment.