Skip to content

Commit a6f8679

Browse files
committed
Fix access denied errors on windows
Minor bug in effective-limits fixed in 0.5.1
1 parent f705efc commit a6f8679

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ chrono = "0.4"
2525
clap = "2"
2626
download = { path = "download" }
2727
error-chain = "0.12"
28-
effective-limits = "0.5"
28+
effective-limits = "0.5.1"
2929
flate2 = "1"
3030
git-testament = "0.1.4"
3131
home = { git = "https://github.com/rbtcollins/home", rev="81c8dfcd815765daf384319a04e237feb9d5e72d" }

0 commit comments

Comments
 (0)