Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
Merge #70
Browse files Browse the repository at this point in the history
70: Exclude broken crossterm version r=Yatekii a=Tiwalun



Co-authored-by: Dominik Boehi <[email protected]>
  • Loading branch information
bors[bot] and Tiwalun authored Sep 10, 2020
2 parents ed48605 + 5b63503 commit f6080a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ serde_json = { version = "1.0.51" }
config = { version = "0.10.1", features = ["toml", "json", "yaml"], default-features = false }
probe-rs-rtt = { version = "0.4.0" }
chrono = "0.4"
crossterm = "0.17.0"

# Version 0.17.8 doesn't compile on Windows
crossterm = "<= 0.17.7"
derivative = "2.1.0"
goblin = "0.2.0"
tui = { version = "0.10.0", default-features = false, features = ["crossterm"] }
anyhow = "1.0.31"
textwrap = "0.12.1"

[patch.crates-io]
probe-rs = { version = "0.9.0", git = "https://github.com/probe-rs/probe-rs" }
probe-rs = { version = "0.9.0", git = "https://github.com/probe-rs/probe-rs" }

0 comments on commit f6080a9

Please sign in to comment.