Skip to content

Commit

Permalink
Specify versions on termion and tui-input crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kivimango committed Nov 11, 2023
1 parent 221ef94 commit 04c06c8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 17 deletions.
53 changes: 38 additions & 15 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
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ dirs = "4.0.0"
fs_extra = "1.2.0"
humansize = {version = "2.1.3", features = ["no_alloc"], default-features = false}
serde = {version = "1.0.152", features = ["derive"]}
termion = "*"
termion = "2.0.3"
# For reading and writing config files
toml = "0.7.2"
tui = {version = "0.19", features = ["termion"], default-features = false}
tui-input = {version = "*", features = ["termion"], default-features = false}
tui-input = {version = "0.8.0", features = ["termion"], default-features = false}
walkdir = "2.3.2"

[profile.release]
Expand Down

0 comments on commit 04c06c8

Please sign in to comment.