diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-05-29 11:43:58 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-05-29 14:00:08 +0000 |
| commit | eebc252b9c9151c29976fef7b2cd0666ec443aba (patch) | |
| tree | 2f8d9c14d26c098305468f8c050a8e392a85f1a9 /Cargo.lock | |
| parent | 7ba9a024a66f585c0b18b32333682da886b2ca9f (diff) | |
| download | mullvadvpn-eebc252b9c9151c29976fef7b2cd0666ec443aba.tar.xz mullvadvpn-eebc252b9c9151c29976fef7b2cd0666ec443aba.zip | |
Implement `IntoJava` for `IpNetwork`
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index d6232ef395..21b6d12bae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,6 +1166,7 @@ version = "0.1.0" dependencies = [ "err-derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "jni 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-client-core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
