Skip to content

Commit

Permalink
Changing wrong Cargo.toml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
José Gomes committed Apr 24, 2024
1 parent b9772b8 commit 67fd15e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ anyhow = "1.0.79"
homedir = "0.2.1"
regex = { version = "1.10.3", features = [] }
tokio = { version = "1.36.0", features = ["full"] }
ctrlc = "3.4.3"

[target.'cfg(windows)'.dependencies]
ctrlc = "3.4.3"

0 comments on commit 67fd15e

Please sign in to comment.