fix the installation of Rust in the CI
Compare changes
Files
2- STEVAN Antoine authored
this should solve the merge conflict in !42.
+ 3
− 14
@@ -21,7 +21,7 @@ fmt:
@@ -32,12 +32,6 @@ test:
@@ -46,12 +40,7 @@ test:
!39 (merged) and !40 (merged) changed the CI to use a toolchain file.
however, having default
as the $.profile
causes extra useless components to be installed.
this MR sets the $.profile
to minimal
in the toolchain file and the $.components
to rustfmt
and clippy
.
this should solve the merge conflict in !42.