Tagging as rc1

This commit is contained in:
Benjamin Kampmann
2020-05-25 18:30:48 +02:00
parent d18a55d391
commit fb32ac8c51
190 changed files with 2160 additions and 2190 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ pub fn run_dev_node_for_a_while(base_path: &Path) {
let mut cmd = Command::new(cargo_bin("substrate"));
let mut cmd = cmd
.args(&["--dev"])
.args(&["--rc1"])
.arg("-d")
.arg(base_path)
.spawn()