Skip to content

Commit

Permalink
Fix compatibility with Rust 1.13 ...
Browse files Browse the repository at this point in the history
... by pinning cfg-if to 0.1.9, as 0.1.10 introduced changes that broke the build.
  • Loading branch information
soc committed Jun 5, 2020
1 parent d1c9b29 commit 1aceb79
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 @@ -10,5 +10,5 @@ maintenance = { status = "actively-developed" }
keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]

[dependencies]
cfg-if = "0.1"
cfg-if = "=0.1.9"
dirs-sys = "0.3.4"

0 comments on commit 1aceb79

Please sign in to comment.