Skip to content

Commit 128280c

Browse files
committed
Oops, forgot to swap from path back to git for ansi-to-tui
1 parent 21bc7a3 commit 128280c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ yap-full = ["yap-lite", "espflash", "defmt-watch"]
3434
yap-lite = ["logging", "macros"]
3535

3636
[dependencies]
37-
# ansi-to-tui = { git = "https://github.com/nullstalgia/ansi-to-tui", branch = "lossy_and_line_endings" }
38-
ansi-to-tui = { path = "../ansi-to-tui" }
37+
ansi-to-tui = { git = "https://github.com/nullstalgia/ansi-to-tui", branch = "lossy_and_line_endings" }
38+
# ansi-to-tui = { path = "../ansi-to-tui" }
3939
# ansi-to-tui = "7.0.0"
4040
arboard = { version = "3.6.0", features = ["wayland-data-control"] }
4141
arc-swap = "1.7.1"

0 commit comments

Comments
 (0)