Skip to content

Commit faa9b31

Browse files
committed
Remove home crate path dep
1 parent ac9da4b commit faa9b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ git2 = "0.15.0"
3131
git2-curl = "0.16.0"
3232
glob = "0.3.0"
3333
hex = "0.4"
34-
home = { path = "crates/home", version = "0.5" }
34+
home = "0.5"
3535
http-auth = { version = "0.1.6", default-features = false }
3636
humantime = "2.0.0"
3737
indexmap = "1"

0 commit comments

Comments
 (0)