mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
⬆️ Rust
This commit is contained in:
parent
f00904e996
commit
c7291386d3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ use xtask::{
|
|||
};
|
||||
|
||||
// Latest stable, feel free to send a PR if this lags behind.
|
||||
const REQUIRED_RUST_VERSION: u32 = 39;
|
||||
const REQUIRED_RUST_VERSION: u32 = 40;
|
||||
|
||||
struct InstallOpt {
|
||||
client: Option<ClientOpt>,
|
||||
|
|
Loading…
Reference in a new issue