Skip to content

Commit

Permalink
Merge pull request #6 from ksk001100/feature/upgrade-tokio-1.32
Browse files Browse the repository at this point in the history
Upgrade tokio 1.32
  • Loading branch information
ksk001100 authored Oct 9, 2023
2 parents eff0b71 + 91186df commit 5e5796e
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 66 deletions.
168 changes: 103 additions & 65 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "TUI image viewer"
crossterm = "0.23"
tui = { package = "ratatui", version = "0.22", features = ["all-widgets"]}
image = "0.23"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.32", features = ["full"] }
eyre = "0.6"
seahorse = "2.0.0"
byte-unit = "4.0"
Expand Down

0 comments on commit 5e5796e

Please sign in to comment.