mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Migrate to edition 2021
This commit is contained in:
parent
6aeeb4ef33
commit
1294bfce86
56 changed files with 48 additions and 71 deletions
|
@ -8,7 +8,7 @@ use xshell::{cmd, pushd};
|
|||
use crate::flags;
|
||||
|
||||
// Latest stable, feel free to send a PR if this lags behind.
|
||||
const REQUIRED_RUST_VERSION: u32 = 55;
|
||||
const REQUIRED_RUST_VERSION: u32 = 56;
|
||||
|
||||
impl flags::Install {
|
||||
pub(crate) fn run(self) -> Result<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue