diff --git a/rust-bins/xtask/src/main.rs b/rust-bins/xtask/src/main.rs
index cb3d4bd82111fa7d86e30860219f201e0eba572c..092f77a2985e27711899edb35efade8203d97aa8 100644
--- a/rust-bins/xtask/src/main.rs
+++ b/rust-bins/xtask/src/main.rs
@@ -17,7 +17,7 @@ use anyhow::Result;
 use std::process::{Command, Output};
 use structopt::StructOpt;
 
-const MIN_RUST_VERTION: &str = "1.47.0";
+const MIN_RUST_VERTION: &str = "1.50.0";
 const NODE_VERSION: &str = "10.22.1";
 const NVM_VERSION: &str = "0.35.3";