Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 1aceb79

Browse files
committed
Fix compatibility with Rust 1.13 ...
... by pinning cfg-if to 0.1.9, as 0.1.10 introduced changes that broke the build.
1 parent d1c9b29 commit 1aceb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ maintenance = { status = "actively-developed" }
1010
keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
1111

1212
[dependencies]
13-
cfg-if = "0.1"
13+
cfg-if = "=0.1.9"
1414
dirs-sys = "0.3.4"

0 commit comments

Comments
 (0)