diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-03-29 07:56:27 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-03-29 10:51:24 +0100 |
| commit | d798558a71c0f2a280654b19819a758b730b45f3 (patch) | |
| tree | f6a9d723b0188282733994174e29959ece49fa24 /Cargo.lock | |
| parent | c95b0e55a5b56a7dc3fa15e51240ec531a48f9a5 (diff) | |
| download | mullvadvpn-d798558a71c0f2a280654b19819a758b730b45f3.tar.xz mullvadvpn-d798558a71c0f2a280654b19819a758b730b45f3.zip | |
Remove error-chain from mullvad-paths
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 53d74ecece..76061d1a26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1131,7 +1131,7 @@ name = "mullvad-paths" version = "0.1.0" dependencies = [ "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "err-derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ] |
