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-ig to 0.1.9, as 0.1.10 introduced changes that broke the build.
  • Loading branch information
soc committed Mar 4, 2020
1 parent a0b0b8a commit 6e0b897
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,7 +10,7 @@ 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"

[dev-dependencies]
Expand Down

0 comments on commit 6e0b897

Please sign in to comment.