mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Merge #2955
2955: ⬆️ rust r=matklad a=matklad
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
90b18a3f97
2 changed files with 688 additions and 696 deletions
1382
Cargo.lock
generated
1382
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -7,7 +7,7 @@ use anyhow::{Context, Result};
|
||||||
use crate::cmd::{run, run_with_output, Cmd};
|
use crate::cmd::{run, run_with_output, Cmd};
|
||||||
|
|
||||||
// Latest stable, feel free to send a PR if this lags behind.
|
// Latest stable, feel free to send a PR if this lags behind.
|
||||||
const REQUIRED_RUST_VERSION: u32 = 40;
|
const REQUIRED_RUST_VERSION: u32 = 41;
|
||||||
|
|
||||||
pub struct InstallCmd {
|
pub struct InstallCmd {
|
||||||
pub client: Option<ClientOpt>,
|
pub client: Option<ClientOpt>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue