Skip to content

Commit 7994370

Browse files
authored
Restore Rust 1.72-ability (#223)
1 parent 9008639 commit 7994370

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ ansi-to-tui = "4.0.1"
3838
async-dup = "1.2.4"
3939
backoff = { version = "0.4.0", default-features = false }
4040
camino = "1.1.4"
41-
clap = { version = "4.3.2", features = ["derive", "wrap_help", "env", "string"] }
41+
# 4.4 for MSRV reasons.
42+
clap = { version = "~4.4", features = ["derive", "wrap_help", "env", "string"] }
4243
clearscreen = "2.0.1"
4344
command-group = { version = "2.1.0", features = ["tokio", "with-tokio"] }
4445
crossterm = { version = "0.27.0", features = ["event-stream"] }

0 commit comments

Comments
 (0)