From 8a791dd53001b14ba08f5a7b10cc4ac08ad80b6b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 13 Apr 2021 21:26:53 +0200 Subject: [PATCH] ci: Fix msrv build script --- .builds/msrv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/msrv.yml b/.builds/msrv.yml index 8090d9f0..1bb405a0 100644 --- a/.builds/msrv.yml +++ b/.builds/msrv.yml @@ -7,7 +7,7 @@ tasks: - rustup: | # Install stable for compiling xtask, which then uses 1.45 # We specify --profile minimal because we'd otherwise download docs - rustup toolchain install stable,1.45 --profile minimal + rustup toolchain install stable 1.45 --profile minimal rustup default stable - test: | cd ruma