Skip to content

Commit

Permalink
Downgrade Clap since the Flatpak build is using Rust 1.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Apr 27, 2024
1 parent 25f7a1f commit 028dd68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -12,8 +12,8 @@ license = "MIT"
base64 = "0.22.0"
byte-unit = "5.1.4"
chrono = { version = "0.4.35", features = ["serde"] }
clap = { version = "4.5.2", features = ["derive", "wrap_help"] }
clap_complete = "4.5.1"
clap = { version = "~4.4.18", features = ["derive", "wrap_help"] }
clap_complete = "~4.4.7"
dialoguer = "0.11.0"
dirs = "5.0.1"
filetime = "0.2.23"
Expand Down

0 comments on commit 028dd68

Please sign in to comment.