diff options
| author | Chayim Refael Friedman <chayimfr@gmail.com> | 2025-07-09 21:30:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-09 21:30:22 +0300 |
| commit | c246e06240deac5d7789d4d82734f2a6890eff6a (patch) | |
| tree | be37e02c1fb5d5dd247e07406b9a7cff8516372d | |
| parent | f75d00082f09263e15c0cf359bddcaae41e18801 (diff) | |
| download | rust-c246e06240deac5d7789d4d82734f2a6890eff6a.tar.gz rust-c246e06240deac5d7789d4d82734f2a6890eff6a.zip | |
Update MSRV to 1.88.0
| -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 d268ce5b0bb..c7b78ec7131 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.86" +rust-version = "1.88" edition = "2024" license = "MIT OR Apache-2.0" authors = ["rust-analyzer team"] |
