Conversation
721187a to
7b6d646
Compare
7b6d646 to
488d18b
Compare
488d18b to
4011b03
Compare
But do we really need |
|
@AntonD3 it is, it just wasn't working bc I added the pin to workspace deps without any crate actually using it. I had to add it as an explicit dep to basic_system for it to work. We can remove the Cargo.lock now, but should we? |
I would remove the lock for workspace, AFAIK, it's a good practice for library crates/crates used by others, because |
4011b03 to
b7161c0
Compare
b7161c0 to
e4c3079
Compare
|
@AntonD3 good point, removed the top-level Cargo.lock |
What ❔
Pin zerocopy version to avoid compilation issue
Why ❔
Is this a breaking change?
Checklist