<re_irc>
<yruama_lairba> hi, why all my dependencies are checked when i run cargo check ?
cr1901_ is now known as cr1901
<cr1901>
Hmmm, so embedded-hal-mock has been updated for alpha.6. linux-embedded-hal for alpha.7, and I've been targeting alpha.8 for my HAL crate... whee...
dc740 has quit [Remote host closed the connection]
<re_irc>
<James Munns> yruama_lairba: Cargo check is basically "half compiling" your code, you need to do that for your deps first so you know if your code is using your deps correctly
<re_irc>
<yruama_lairba> James James Munns this is annoying when you have a MCP pac in deps
<re_irc>
<yruama_lairba> * MCU
<re_irc>
<James Munns> I can't fix it! Just explaining why it is that way.
<Lumpio->
I think checking that you're using your deps correctly is better than not.