mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 23:24:29 +00:00
Rust 1.51
This commit is contained in:
parent
f6f582dec4
commit
bdee55d66b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use xshell::{cmd, pushd};
|
||||||
use crate::flags;
|
use crate::flags;
|
||||||
|
|
||||||
// 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 = 50;
|
const REQUIRED_RUST_VERSION: u32 = 51;
|
||||||
|
|
||||||
impl flags::Install {
|
impl flags::Install {
|
||||||
pub(crate) fn run(self) -> Result<()> {
|
pub(crate) fn run(self) -> Result<()> {
|
||||||
|
|
Loading…
Reference in a new issue