Commit e453e60
committed
Fix MSRV check workflow
Adapted the usage of the taiki-e/install-action to install cargo-hack,
which is required for the MSRV check. The previous configuration
had been using v1 of the action, leading to the installation of an old
version of cargo-hack. This, in turn, caused the MSRV check to fail
due to the use of the --rust-version flag, which is not supported in
older versions of cargo-hack.1 parent 70b56b5 commit e453e60
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
0 commit comments