Skip to content

Commit 415eb03

Browse files
build: move back to stable rust toolchain
We just need rust nightly for formatting, so let's use it for just that.
1 parent eca5ecf commit 415eb03

File tree

10 files changed

+1
-10
lines changed

10 files changed

+1
-10
lines changed

crypto-ffi/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "9.0.1"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
publish = false
9-
rust-version = "1.91.1"
109

1110
[lib]
1211
name = "core_crypto_ffi"

crypto-macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ repository = "https://github.com/wireapp/core-crypto"
55
version = "9.0.1"
66
edition = "2024"
77
license = "GPL-3.0-only"
8-
rust-version = "1.91.1"
98

109
[lib]
1110
proc-macro = true

crypto/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "9.0.1"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
publish = false
9-
rust-version = "1.91.1"
109

1110
[lib]
1211
name = "core_crypto"

decode/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "decode"
33
version = "0.1.0"
44
edition = "2024"
55
license = "GPL-3.0-only"
6-
rust-version = "1.91.1"
76

87
[lints]
98
workspace = true

interop/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "interop"
33
version = "9.0.1"
44
edition = "2024"
55
license = "GPL-3.0-only"
6-
rust-version = "1.91.1"
76

87
[features]
98
default = ["proteus"]

keystore-dump/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description = "Dumps a keystore to JSON on stdout"
44
version = "9.0.1"
55
edition = "2024"
66
license = "GPL-3.0-only"
7-
rust-version = "1.91.1"
87

98
[lints]
109
workspace = true

keystore/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "9.0.1"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
publish = false
9-
rust-version = "1.91.1"
109

1110
[lib]
1211
name = "core_crypto_keystore"

mls-provider/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "9.0.1"
66
edition = "2024"
77
license = "GPL-3.0-only"
88
publish = false
9-
rust-version = "1.91.1"
109

1110
[lib]
1211
name = "mls_crypto_provider"

obfuscate/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "obfuscate"
33
version = "0.1.0"
44
edition = "2024"
5-
rust-version = "1.91.1"
65

76
[dependencies]
87
derive_more.workspace = true

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly-2025-11-25"
2+
channel = "1.91.1"
33
components = [
44
"rust-analyzer",
55
"cargo",

0 commit comments

Comments
 (0)