Skip to content

Commit

Permalink
bugfix. #32.
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Feb 12, 2022
1 parent cbd969a commit d0b6750
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ version = "0.3.2"
[dependencies]
ansi-parser = "0.8.0"
# TODO: マージされたらバージョン置き換える
ansi4tui = {git = "https://github.com/blacknon/ansi4tui.git", branch = "master", version = "0.2.1"}
# ansi4tui = "0.2"
# ansi4tui = {git = "https://github.com/blacknon/ansi4tui.git", branch = "master", version = "0.2.1"}
ansi4tui = "0.2"
chrono = "0.4"
clap = "2.20.3"
crossterm = "0.22"
Expand All @@ -23,5 +23,5 @@ serde_derive = "1.0.104"
serde_json = "1.0.44"
termwiz = "0.15.0"
# TODO: マージされたらバージョン上げる(0.16.0)
# tui = {version = "0.14.0", default-features = false, features = ['crossterm']}
tui = {version = "0.16.0", default-features = false, features = ['crossterm']}
tui = {version = "0.14.0", default-features = false, features = ['crossterm']}
# tui = {version = "0.16.0", default-features = false, features = ['crossterm']}

0 comments on commit d0b6750

Please sign in to comment.