Skip to content
Snippets Groups Projects
Commit ecd6def0 authored by Éloïs's avatar Éloïs
Browse files

[build] xtask: upgrade min rust version

parent f3ff5567
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ use anyhow::Result; ...@@ -17,7 +17,7 @@ use anyhow::Result;
use std::process::{Command, Output}; use std::process::{Command, Output};
use structopt::StructOpt; 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 NODE_VERSION: &str = "10.22.1";
const NVM_VERSION: &str = "0.35.3"; const NVM_VERSION: &str = "0.35.3";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment