Skip to content

Commit fbb00db

Browse files
committedSep 6, 2017
Update error-chain and binary name
Don't have "install" in the name so it doesn't hit permission problems on Windows
1 parent c7e8847 commit fbb00db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ version = "0.0.0"
55

66
[[bin]]
77
doc = false
8-
name = "rust-installer"
8+
name = "fabricate"
99
path = "src/main.rs"
1010

1111
[dependencies]
12-
error-chain = "0.10.0"
12+
error-chain = "0.11.0"
1313
flate2 = "0.2.19"
1414
tar = "0.4.13"
1515
walkdir = "1.0.7"

0 commit comments

Comments
 (0)
Please sign in to comment.