diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-12-12 16:27:19 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-12-12 16:27:19 +0100 |
| commit | f0baa65b0957f84e0b514b3d50368073495c19ed (patch) | |
| tree | dd68627dc11e82512e3efb8ac7ca5beb41f8a3ea /talpid-openvpn-plugin/Cargo.toml | |
| parent | af5ec022bfef751348452a78490ace08eaf5b7d5 (diff) | |
| download | mullvadvpn-f0baa65b0957f84e0b514b3d50368073495c19ed.tar.xz mullvadvpn-f0baa65b0957f84e0b514b3d50368073495c19ed.zip | |
Upgrade talpid-openvpn-plugin to Rust 2018
Diffstat (limited to 'talpid-openvpn-plugin/Cargo.toml')
| -rw-r--r-- | talpid-openvpn-plugin/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml index c914372af1..5adb933749 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -11,6 +11,7 @@ authors = [ ] description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" license = "GPL-3.0" +edition = "2018" [lib] crate-type = ["cdylib"] |
