diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-03-28 15:12:44 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-09-17 10:44:20 -0300 |
| commit | 9143ff7d69763d3408fdc63c454ede5657606ef1 (patch) | |
| tree | ddba1a945ffaaad03ab7f590ec670dd84f31f7bb /talpid-core | |
| parent | 1eca3805ebe24ef9871cd7ae4ebc245e3b8c480f (diff) | |
| download | mullvadvpn-9143ff7d69763d3408fdc63c454ede5657606ef1.tar.xz mullvadvpn-9143ff7d69763d3408fdc63c454ede5657606ef1.zip | |
Use development version of `openvpn-plugin` crate
Because `EventType::AuthFailed` isn't stable yet.
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 b724906a7a..72c0deefda 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -15,7 +15,7 @@ jsonrpc-macros = { git = "https://github.com/mullvad/jsonrpc", branch = "make-ip libc = "0.2.20" log = "0.4" -openvpn-plugin = { version = "0.3", features = ["serde"] } +openvpn-plugin = { git = "https://github.com/mullvad/openvpn-plugin-rs", branch = "auth-failed-event", features = ["serde"] } os_pipe = "0.7" shell-escape = "0.1" tokio-core = "0.1" |
