Skip to content

Commit 858ff89

Browse files
committed
Add rust-version to all Cargo.toml
1 parent 2f05885 commit 858ff89

File tree

36 files changed

+36
-0
lines changed

36 files changed

+36
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ authors = ["Mullvad VPN"]
33
repository = "https://github.com/mullvad/mullvadvpn-app/"
44
license = "GPL-3.0"
55
edition = "2021"
6+
rust-version = "1.75.0"
67

78
[workspace]
89
resolver = "2"

android/translations-converter/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors.workspace = true
55
repository.workspace = true
66
license.workspace = true
77
edition.workspace = true
8+
rust-version.workspace = true
89

910
[lints]
1011
workspace = true

ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors.workspace = true
44
repository.workspace = true
55
license.workspace = true
66
edition.workspace = true
7+
rust-version.workspace = true
78

89
[lints]
910
workspace = true

ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors.workspace = true
44
repository.workspace = true
55
license.workspace = true
66
edition.workspace = true
7+
rust-version.workspace = true
78

89
[lints]
910
workspace = true

mullvad-api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors.workspace = true
55
repository.workspace = true
66
license.workspace = true
77
edition.workspace = true
8+
rust-version.workspace = true
89

910
[lints]
1011
workspace = true

mullvad-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors.workspace = true
55
repository.workspace = true
66
license.workspace = true
77
edition.workspace = true
8+
rust-version.workspace = true
89

910
[lints]
1011
workspace = true

mullvad-daemon/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors.workspace = true
55
repository.workspace = true
66
license.workspace = true
77
edition.workspace = true
8+
rust-version.workspace = true
89

910
[lints]
1011
workspace = true

mullvad-exclude/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors.workspace = true
55
repository.workspace = true
66
license.workspace = true
77
edition.workspace = true
8+
rust-version.workspace = true
89

910
[lints]
1011
workspace = true

mullvad-fs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors.workspace = true
55
repository.workspace = true
66
license.workspace = true
77
edition.workspace = true
8+
rust-version.workspace = true
89

910
[lints]
1011
workspace = true

mullvad-jni/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors.workspace = true
55
repository.workspace = true
66
license.workspace = true
77
edition.workspace = true
8+
rust-version.workspace = true
89

910
[lints]
1011
workspace = true

0 commit comments

Comments
 (0)