diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-07 16:35:19 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-12 10:15:13 +0100 |
| commit | 504a1e97a8d80c603c7d3c6fea5a4409f262f9e9 (patch) | |
| tree | 1ccc3ddda8abc156540da18f5ed423994c046cfb | |
| parent | 898665fc4e9a805aae4479407075e7c21c24cebb (diff) | |
| download | mullvadvpn-504a1e97a8d80c603c7d3c6fea5a4409f262f9e9.tar.xz mullvadvpn-504a1e97a8d80c603c7d3c6fea5a4409f262f9e9.zip | |
Use beta toolchain
| -rw-r--r-- | rust-toolchain.toml | 3 |
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" |
