Commits
Rainer Müller authored 345888c33ce
83 83 | build.cmd make |
84 84 | build.target all |
85 85 | build.pre_args |
86 86 | build.args |
87 87 | |
88 88 | # cargo port group overrides the destroot phase, |
89 89 | # restore the default |
90 90 | destroot { |
91 91 | do-destroot |
92 92 | } |
93 + | |
94 + | # Release 0.6.1 is broken as it does not contain Cargo.lock |
95 + | # https://github.com/mesalock-linux/mesalink/issues/10 |
96 + | livecheck.version 0.6.1 |