Skip to content

Commit

Permalink
Fix broken confy::load call
Browse files Browse the repository at this point in the history
  • Loading branch information
amomchilov authored and thecaralice committed Feb 9, 2021
1 parent 942e90b commit 4d44b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4"
clap = "3.0.0-beta.2"
confy = "0.4"
dirs = "2"
git2 = "0.13"
hostname = "0.3"
Expand All @@ -30,9 +31,6 @@ url = "2"
shellexpand = "2.0"
sysinfo = "0.15"

[dependencies.confy]
git = "https://github.com/rust-cli/confy"

[target.'cfg(not(windows))'.dependencies]
users = "0.10"

Expand Down

0 comments on commit 4d44b8b

Please sign in to comment.