-
I write coverage build make task. https://github.com/kazuk/cargo-make-coverage-grcov and, Rust 1.60 released. Rust 1.60 have stable support for profile instrumentation. so I needs switch tool-chain with project rust version. if grater 1.60 then some one knows how to do? |
Beta Was this translation helpful? Give feedback.
Answered by
kazuk
Apr 8, 2022
Replies: 1 comment 2 replies
-
I found this example. https://github.com/sagiegurari/cargo-make/blob/master/examples/toolchain.toml#L8
but this is failing build with toolchain condition not met. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kazuk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this example.
https://github.com/sagiegurari/cargo-make/blob/master/examples/toolchain.toml#L8
but this is failing build with toolchain condition not met.