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_cli | |
| parent | 0f5db7605e99de665346b758334d2fae64149406 (diff) | |
| download | mullvadvpn-f6c89834d5567cb12487945db137241960059de6.tar.xz mullvadvpn-f6c89834d5567cb12487945db137241960059de6.zip | |
Upgrading to error-chain 0.10
Diffstat (limited to 'talpid_cli')
| -rw-r--r-- | talpid_cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid_cli/Cargo.toml b/talpid_cli/Cargo.toml index e6e0cefd55..8a3f013737 100644 --- a/talpid_cli/Cargo.toml +++ b/talpid_cli/Cargo.toml @@ -6,7 +6,7 @@ description = "Run Talpid easily from the command line" [dependencies] clap = "2.20" -error-chain = "0.8" +error-chain = "0.10" log = "0.3" env_logger = "0.4" |
