Conversation
Signed-off-by: tison <wander4096@gmail.com>
|
thanks @tisonkun ! do we need a whole new dependency for this? we would need to resolve the MSRV issue... |
|
@max-sixty I was also noticing this after seeing the CI failure. I'm not quite sure about MSRV. Because I decided to leave it as is for now, but we do need to bump the MSRV to accept this PR. |
|
Seems not Let me see if I can relax the MSRV requirement. |
|
I'm going to see if Pin Ref - baoyachi/shadow-rs#259 |
cc @max-sixty
When debugging #868, I noticed that a long version info with commit_hash helps or else I got only
cargo-insta 1.46.3where I'm unsure if the used tool is from a local build.Note that the
branchandcommitfields are empty if installed viacargo install cargo-instabecause the published crate has no .git info. But that should be fine.