Skip to content

Commit

Permalink
cargo: lower clap and sctk deps + update Cargo.lock
Browse files Browse the repository at this point in the history
Lowering the minimum versions of `clap` and `smithay-client-toolkit`
to the versions in fedora's repos may make it easier to package

Ubuntu 24.04 currently contains an sctk version (0.16.1) which is too
outdated for dim.
  • Loading branch information
marcelohdez committed Mar 6, 2024
1 parent 542d205 commit 1bc85f0
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 118 deletions.
162 changes: 48 additions & 114 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.79"
clap = { version = "4.5.1", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
env_logger = "0.11.2"
log = "0.4.20"
smithay-client-toolkit = "0.18.1"
smithay-client-toolkit = "0.18.0"

[build-dependencies]
clap = { version = "4.5.1", features = ["derive"] }
clap_complete = "4.5.1"
clap = { version = "4.4.18", features = ["derive"] }
clap_complete = "4.4.10"

[profile.release]
lto = true
Expand Down

0 comments on commit 1bc85f0

Please sign in to comment.