Skip to content

Commit

Permalink
Make command bin Windows-compatible (#13)
Browse files Browse the repository at this point in the history
using `crossterm-backend` instead of `termion`
  • Loading branch information
fadeevab committed May 8, 2023
1 parent 807315f commit f729243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behavioral/command/Cargo.toml
Expand Up @@ -8,4 +8,4 @@ name = "command"
path = "main.rs"

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

0 comments on commit f729243

Please sign in to comment.