Rust 1.51

This commit is contained in:
kjeremy 2021-03-25 11:34:13 -04:00
parent f6f582dec4
commit bdee55d66b

View file

@ -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<()> {