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
@@ -25,7 +25,7 @@ fn build_spec_works() {
let base_path = tempdir().expect("could not create a temp dir");
let output = Command::new(cargo_bin("substrate"))
.args(&["build-spec", "--dev", "-d"])
.args(&["build-spec", "--rc1", "-d"])
.arg(base_path.path())
.output()
.unwrap();