mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Merge #4100
4100: Bump required rust to 1.43 r=matklad a=kjeremy This only impacts source builds Co-authored-by: kjeremy <kjeremy@gmail.com>
This commit is contained in:
commit
9b53e79aeb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use anyhow::{bail, format_err, Context, Result};
|
|||
use crate::not_bash::{pushd, run};
|
||||
|
||||
// Latest stable, feel free to send a PR if this lags behind.
|
||||
const REQUIRED_RUST_VERSION: u32 = 41;
|
||||
const REQUIRED_RUST_VERSION: u32 = 43;
|
||||
|
||||
pub struct InstallCmd {
|
||||
pub client: Option<ClientOpt>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue