Skip to content

Commit

Permalink
Try winsafe git
Browse files Browse the repository at this point in the history
  • Loading branch information
Refragg committed Sep 23, 2023
1 parent cada77f commit c786a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ reqwest = { version = "0.11.18", features = [
obs = { path = "obs" }

[target.'cfg(windows)'.dependencies]
winsafe = { version = "0.0.17", features = ["shell"], default-features = false }
winsafe = { git = "https://github.com/rodrigocfd/winsafe", features = [] }

[target.'cfg(not(windows))'.dependencies]
shlex = "1.1.0"
Expand Down

0 comments on commit c786a6e

Please sign in to comment.