Skip to content

Commit f729243

Browse files
authored
Make command bin Windows-compatible (#13)
using `crossterm-backend` instead of `termion`
1 parent 807315f commit f729243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behavioral/command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ name = "command"
88
path = "main.rs"
99

1010
[dependencies]
11-
cursive = {version = "0.19", default-features = false, features = ["termion-backend"]}
11+
cursive = {version = "0.20", default-features = false, features = ["crossterm-backend"]}

0 commit comments

Comments
 (0)