mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
⬆️ rust
This commit is contained in:
parent
c7e0baf1a8
commit
5d7614197d
1 changed files with 1 additions and 1 deletions
|
@ -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