diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-01-05 16:17:09 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-09 13:01:13 +0100 |
| commit | cba8dd7d81c4f2d2490a6c3bb340ca7afbb308ed (patch) | |
| tree | b950b7e8ac446e9bfcff1a30b02cb9c1c04c5840 /ios | |
| parent | 1d40387951ba94c3cc2438f04db8d9ebbd573e19 (diff) | |
| download | mullvadvpn-cba8dd7d81c4f2d2490a6c3bb340ca7afbb308ed.tar.xz mullvadvpn-cba8dd7d81c4f2d2490a6c3bb340ca7afbb308ed.zip | |
Remove version and publish cargo metadata
Since Rust 1.75.0 the `version` field is optional. The version
defaults to "0.0.0" if it's not specified, and `publish` defaults
to false if no version has been given. So by not specifying
a version we get both `version = "0.0.0" and `publish = false`
"for free"
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml | 2 | ||||
| -rw-r--r-- | ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml b/ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml index 1247e3200a..2d63683a90 100644 --- a/ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml +++ b/ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml @@ -1,11 +1,9 @@ [package] name = "shadowsocks-proxy" -version.workspace = true authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true -publish.workspace = true [lints] workspace = true diff --git a/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml b/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml index 0eb3980e73..9e2f227912 100644 --- a/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml +++ b/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml @@ -1,11 +1,9 @@ [package] name = "tunnel-obfuscator-proxy" -version.workspace = true authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true -publish.workspace = true [lints] workspace = true |
