Skip to content

Commit

Permalink
Merge pull request #669 from figsoda/skim
Browse files Browse the repository at this point in the history
Turn off skim's default features
  • Loading branch information
gwenn authored Jan 17, 2023
2 parents 5d22176 + ac672dd commit b53e105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ regex = { version = "1.5.5", optional = true }
[target.'cfg(unix)'.dependencies]
nix = { version = "0.26", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
utf8parse = "0.2"
skim = { version = "0.10", optional = true }
skim = { version = "0.10", optional = true, default-features = false }
signal-hook = { version = "0.3", optional = true, default-features = false }

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit b53e105

Please sign in to comment.