diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-04-11 17:23:30 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-04-11 17:23:30 +0200 |
| commit | f6c89834d5567cb12487945db137241960059de6 (patch) | |
| tree | f8d2e12dd8d39fe9935974ec58bd48ec3f4f50f8 /talpid_core | |
| parent | 0f5db7605e99de665346b758334d2fae64149406 (diff) | |
| download | mullvadvpn-f6c89834d5567cb12487945db137241960059de6.tar.xz mullvadvpn-f6c89834d5567cb12487945db137241960059de6.zip | |
Upgrading to error-chain 0.10
Diffstat (limited to 'talpid_core')
| -rw-r--r-- | talpid_core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid_core/Cargo.toml b/talpid_core/Cargo.toml index 057a6ee2dc..efaf6838af 100644 --- a/talpid_core/Cargo.toml +++ b/talpid_core/Cargo.toml @@ -6,7 +6,7 @@ description = "Core backend functionality of the Mullvad VPN client" [dependencies] clonablechild = "0.1" -error-chain = "0.8" +error-chain = "0.10" log = "0.3" [dependencies.talpid_ipc] |
