Skip to content

Commit 9b53e79

Browse files
bors[bot]kjeremy
andauthored
Merge #4100
4100: Bump required rust to 1.43 r=matklad a=kjeremy This only impacts source builds Co-authored-by: kjeremy <[email protected]>
2 parents 278bf35 + 4378c63 commit 9b53e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use anyhow::{bail, format_err, Context, Result};
77
use crate::not_bash::{pushd, run};
88

99
// Latest stable, feel free to send a PR if this lags behind.
10-
const REQUIRED_RUST_VERSION: u32 = 41;
10+
const REQUIRED_RUST_VERSION: u32 = 43;
1111

1212
pub struct InstallCmd {
1313
pub client: Option<ClientOpt>,

0 commit comments

Comments
 (0)