mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 04:23:25 +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;
|
||||
|
||||
// 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 {
|
||||
pub(crate) fn run(self) -> Result<()> {
|
||||
|
|
Loading…
Reference in a new issue