Skip to content

Commit

Permalink
try downgrade tui to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aome510 committed Oct 24, 2021
1 parent 11b48ef commit 1ac3068
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
42 changes: 31 additions & 11 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 spotify_player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1.0.130", features = ["derive"] }
tokio = { version = "1.12.0", features = ["full"] }
tokio-stream = "0.1.7"
toml = "0.5.8"
tui = { version = "0.16.0", default-features = false, features = ["crossterm", "serde"] }
tui = { version = "0.15.0", default-features = false, features = ["crossterm", "serde"] }
unicode-width = "0.1.9"
rand = "0.8.4"
maybe-async = "0.2.6"
Expand Down

0 comments on commit 1ac3068

Please sign in to comment.