summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2025-02-07 16:35:19 +0100
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-02-12 10:15:13 +0100
commit504a1e97a8d80c603c7d3c6fea5a4409f262f9e9 (patch)
tree1ccc3ddda8abc156540da18f5ed423994c046cfb
parent898665fc4e9a805aae4479407075e7c21c24cebb (diff)
downloadmullvadvpn-504a1e97a8d80c603c7d3c6fea5a4409f262f9e9.tar.xz
mullvadvpn-504a1e97a8d80c603c7d3c6fea5a4409f262f9e9.zip
Use beta toolchain
-rw-r--r--rust-toolchain.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index efba5d8d0f..6b4110675e 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,4 @@
[toolchain]
# Must be greater than or equal to `rust-version` in `Cargo.toml`
-channel = "1.83.0"
+# TODO: temporarily be set to beta for rust-analyzer to behave as if `--beta` was passed
+channel = "beta"