diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-10-26 09:39:23 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-10-26 09:39:23 +0300 |
| commit | 56b0299039b6e638d7fface6ea5252770fc77397 (patch) | |
| tree | 71575d1bf5cad3d82adf0f7d6778fc2694859155 | |
| parent | f719ee7fc2d56deeef4794a58f5db7df345fe918 (diff) | |
| download | rust-56b0299039b6e638d7fface6ea5252770fc77397.tar.gz rust-56b0299039b6e638d7fface6ea5252770fc77397.zip | |
Bump MSRV to 1.82
| -rw-r--r-- | src/tools/rust-analyzer/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/Cargo.toml index 3c2d3a13b19..4e6861d3513 100644 --- a/src/tools/rust-analyzer/Cargo.toml +++ b/src/tools/rust-analyzer/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["crates/proc-macro-srv/proc-macro-test/imp"] resolver = "2" [workspace.package] -rust-version = "1.81" +rust-version = "1.82" edition = "2021" license = "MIT OR Apache-2.0" authors = ["rust-analyzer team"] |
