Skip to content

Commit

Permalink
Merge #38
Browse files Browse the repository at this point in the history
38: Bump cfg-if to v1.0 r=lzutao a=lzutao

A minor update. Will prepare a patch release soon.

Co-authored-by: Lzu Tao <taolzu@gmail.com>
  • Loading branch information
bors[bot] and tesuji committed Oct 13, 2020
2 parents 4aa9a72 + 9e91b86 commit 534fb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -19,7 +19,7 @@ keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
maintenance = { status = "passively-maintained" }

[dependencies]
cfg-if = "0.1"
cfg-if = "1.0.0"

[dependencies.dirs-sys-next]
version = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion directories/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
maintenance = { status = "passively-maintained" }

[dependencies]
cfg-if = "0.1"
cfg-if = "1.0.0"

[dependencies.dirs-sys-next]
version = "0.1"
Expand Down

0 comments on commit 534fb5a

Please sign in to comment.