Commit da081a5
committed
ci.yml: Correct the Rust compiler version
The Rust compiler version according is incorrect in the job name
'build-1-60-0', it should be 'build-1-66-0'. However, to be more
generic and for better maintainability:
* Change the job name to 'build-msrv'
* Replace occurrences of the Rust version with MSRV in all possible
places.
Signed-off-by: Tomás González <[email protected]>1 parent b7a1813 commit da081a5
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments