Skip to content

Commit 5d76141

Browse files
committed
⬆️ rust
1 parent c7e0baf commit 5d76141

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::{Context, Result};
77
use crate::cmd::{run, run_with_output, Cmd};
88

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

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

0 commit comments

Comments
 (0)