summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-01-11 15:57:24 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-01-16 16:02:46 +0100
commit13ea9817ce0213beaddebb5bd3d520e5b7a9ec59 (patch)
tree380c264c42d6d7499e68b7d194bd92b41a4229eb
parent03031d9b7e7c00b84c9b5faf31b47c3c709eee59 (diff)
downloadmullvadvpn-13ea9817ce0213beaddebb5bd3d520e5b7a9ec59.tar.xz
mullvadvpn-13ea9817ce0213beaddebb5bd3d520e5b7a9ec59.zip
Add rust-version to all Cargo.toml
-rw-r--r--Cargo.toml1
-rw-r--r--android/translations-converter/Cargo.toml1
-rw-r--r--ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml1
-rw-r--r--ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml1
-rw-r--r--mullvad-api/Cargo.toml1
-rw-r--r--mullvad-cli/Cargo.toml1
-rw-r--r--mullvad-daemon/Cargo.toml1
-rw-r--r--mullvad-exclude/Cargo.toml1
-rw-r--r--mullvad-fs/Cargo.toml1
-rw-r--r--mullvad-jni/Cargo.toml1
-rw-r--r--mullvad-management-interface/Cargo.toml1
-rw-r--r--mullvad-nsis/Cargo.toml1
-rw-r--r--mullvad-paths/Cargo.toml1
-rw-r--r--mullvad-problem-report/Cargo.toml1
-rw-r--r--mullvad-relay-selector/Cargo.toml1
-rw-r--r--mullvad-setup/Cargo.toml1
-rw-r--r--mullvad-types/Cargo.toml1
-rw-r--r--mullvad-version/Cargo.toml1
-rw-r--r--talpid-core/Cargo.toml1
-rw-r--r--talpid-dbus/Cargo.toml1
-rw-r--r--talpid-openvpn-plugin/Cargo.toml1
-rw-r--r--talpid-openvpn/Cargo.toml1
-rw-r--r--talpid-platform-metadata/Cargo.toml1
-rw-r--r--talpid-routing/Cargo.toml1
-rw-r--r--talpid-time/Cargo.toml1
-rw-r--r--talpid-tunnel-config-client/Cargo.toml1
-rw-r--r--talpid-tunnel/Cargo.toml1
-rw-r--r--talpid-types/Cargo.toml1
-rw-r--r--talpid-windows/Cargo.toml1
-rw-r--r--talpid-wireguard/Cargo.toml1
-rw-r--r--test/Cargo.toml1
-rw-r--r--test/test-manager/Cargo.toml1
-rw-r--r--test/test-manager/test_macro/Cargo.toml1
-rw-r--r--test/test-rpc/Cargo.toml1
-rw-r--r--test/test-runner/Cargo.toml1
-rw-r--r--tunnel-obfuscation/Cargo.toml1
36 files changed, 36 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a1bbf9c2bb..3a0b76935e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ authors = ["Mullvad VPN"]
repository = "https://github.com/mullvad/mullvadvpn-app/"
license = "GPL-3.0"
edition = "2021"
+rust-version = "1.75.0"
[workspace]
resolver = "2"
diff --git a/android/translations-converter/Cargo.toml b/android/translations-converter/Cargo.toml
index 67295759bc..3629b7372f 100644
--- a/android/translations-converter/Cargo.toml
+++ b/android/translations-converter/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml b/ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml
index 2d63683a90..fce22f6836 100644
--- a/ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml
+++ b/ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml
@@ -4,6 +4,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml b/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml
index 9e2f227912..1f9ae6be72 100644
--- a/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml
+++ b/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml
@@ -4,6 +4,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml
index 9c7f6c9ade..684eacffa9 100644
--- a/mullvad-api/Cargo.toml
+++ b/mullvad-api/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 8ab61979b5..bd0bc56192 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index 72c700b41b..543151941a 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-exclude/Cargo.toml b/mullvad-exclude/Cargo.toml
index 3ff19ae5fb..127fa7d1bb 100644
--- a/mullvad-exclude/Cargo.toml
+++ b/mullvad-exclude/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-fs/Cargo.toml b/mullvad-fs/Cargo.toml
index 5b0e4f6b7d..64bf36eb71 100644
--- a/mullvad-fs/Cargo.toml
+++ b/mullvad-fs/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-jni/Cargo.toml b/mullvad-jni/Cargo.toml
index 5020e2d17e..ad6f9b59c9 100644
--- a/mullvad-jni/Cargo.toml
+++ b/mullvad-jni/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-management-interface/Cargo.toml b/mullvad-management-interface/Cargo.toml
index 8391a18724..cf0c29eeff 100644
--- a/mullvad-management-interface/Cargo.toml
+++ b/mullvad-management-interface/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-nsis/Cargo.toml b/mullvad-nsis/Cargo.toml
index ed949873c3..460057c9bb 100644
--- a/mullvad-nsis/Cargo.toml
+++ b/mullvad-nsis/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-paths/Cargo.toml b/mullvad-paths/Cargo.toml
index 1965c1713a..49391ac9b8 100644
--- a/mullvad-paths/Cargo.toml
+++ b/mullvad-paths/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml
index 2eed335290..f6967687d9 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-relay-selector/Cargo.toml b/mullvad-relay-selector/Cargo.toml
index ad09d174dd..6ca82364fe 100644
--- a/mullvad-relay-selector/Cargo.toml
+++ b/mullvad-relay-selector/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-setup/Cargo.toml b/mullvad-setup/Cargo.toml
index b60540a9fe..c873252355 100644
--- a/mullvad-setup/Cargo.toml
+++ b/mullvad-setup/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-types/Cargo.toml b/mullvad-types/Cargo.toml
index 44c63941fa..64d2f25a69 100644
--- a/mullvad-types/Cargo.toml
+++ b/mullvad-types/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/mullvad-version/Cargo.toml b/mullvad-version/Cargo.toml
index e95699a2f0..dad598d9b3 100644
--- a/mullvad-version/Cargo.toml
+++ b/mullvad-version/Cargo.toml
@@ -10,6 +10,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 3d64ae0e1b..4d2a54fc3f 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-dbus/Cargo.toml b/talpid-dbus/Cargo.toml
index 7d0470473f..46f226e7e7 100644
--- a/talpid-dbus/Cargo.toml
+++ b/talpid-dbus/Cargo.toml
@@ -4,6 +4,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml
index fa85050df8..a7dbd8a168 100644
--- a/talpid-openvpn-plugin/Cargo.toml
+++ b/talpid-openvpn-plugin/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-openvpn/Cargo.toml b/talpid-openvpn/Cargo.toml
index dc05e1a552..49e8a96675 100644
--- a/talpid-openvpn/Cargo.toml
+++ b/talpid-openvpn/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-platform-metadata/Cargo.toml b/talpid-platform-metadata/Cargo.toml
index 07146261a8..1b4dfaafe1 100644
--- a/talpid-platform-metadata/Cargo.toml
+++ b/talpid-platform-metadata/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-routing/Cargo.toml b/talpid-routing/Cargo.toml
index fbf65fed76..26879a4687 100644
--- a/talpid-routing/Cargo.toml
+++ b/talpid-routing/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-time/Cargo.toml b/talpid-time/Cargo.toml
index 0b59f8e0e7..40fd2f5e74 100644
--- a/talpid-time/Cargo.toml
+++ b/talpid-time/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-tunnel-config-client/Cargo.toml b/talpid-tunnel-config-client/Cargo.toml
index 9c7feb162f..650f2ba566 100644
--- a/talpid-tunnel-config-client/Cargo.toml
+++ b/talpid-tunnel-config-client/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-tunnel/Cargo.toml b/talpid-tunnel/Cargo.toml
index 8f230ecc56..8c4a64a769 100644
--- a/talpid-tunnel/Cargo.toml
+++ b/talpid-tunnel/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-types/Cargo.toml b/talpid-types/Cargo.toml
index c16917257c..2df0ec38af 100644
--- a/talpid-types/Cargo.toml
+++ b/talpid-types/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-windows/Cargo.toml b/talpid-windows/Cargo.toml
index f7ef92515b..fb32b8219e 100644
--- a/talpid-windows/Cargo.toml
+++ b/talpid-windows/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/talpid-wireguard/Cargo.toml b/talpid-wireguard/Cargo.toml
index 26073cfb23..5c5a14a3fa 100644
--- a/talpid-wireguard/Cargo.toml
+++ b/talpid-wireguard/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/test/Cargo.toml b/test/Cargo.toml
index f0fcf85123..ea4dc37696 100644
--- a/test/Cargo.toml
+++ b/test/Cargo.toml
@@ -3,6 +3,7 @@ authors = ["Mullvad VPN"]
repository = "https://github.com/mullvad/mullvadvpn-app/"
license = "GPL-3.0"
edition = "2021"
+rust-version = "1.75.0"
[workspace]
resolver = "2"
diff --git a/test/test-manager/Cargo.toml b/test/test-manager/Cargo.toml
index fafad46174..53c1c355f1 100644
--- a/test/test-manager/Cargo.toml
+++ b/test/test-manager/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/test/test-manager/test_macro/Cargo.toml b/test/test-manager/test_macro/Cargo.toml
index b38af3c785..a064b6d200 100644
--- a/test/test-manager/test_macro/Cargo.toml
+++ b/test/test-manager/test_macro/Cargo.toml
@@ -4,6 +4,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lib]
proc-macro = true
diff --git a/test/test-rpc/Cargo.toml b/test/test-rpc/Cargo.toml
index 14cd2b4cca..37335b599e 100644
--- a/test/test-rpc/Cargo.toml
+++ b/test/test-rpc/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/test/test-runner/Cargo.toml b/test/test-runner/Cargo.toml
index ab8c65fdf0..1a0163213f 100644
--- a/test/test-runner/Cargo.toml
+++ b/test/test-runner/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
diff --git a/tunnel-obfuscation/Cargo.toml b/tunnel-obfuscation/Cargo.toml
index 2fafc3a927..b1bc9f1f07 100644
--- a/tunnel-obfuscation/Cargo.toml
+++ b/tunnel-obfuscation/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+rust-version.workspace = true
[lints]
workspace = true