Also sprach Henri Sivonen:

> What's the current status of tooling for editing vendored crates for
> local testing and try pushes?
> 
> It looks like our toml setup is too complex for cargo edit-locally to
> handle (or, alternatively, I'm holding it wrong). It also seems that
> mach edit-crate never happened.
> 
> How do I waive .cargo-checksum.json checking for a crate?

I don’t know the exact answer to your question, but it might be
possible to temporarily depend on the crate by a its path?

There are a couple of examples of this in
https://searchfox.org/mozilla-central/source/testing/geckodriver/Cargo.toml.

Remember to run "cargo update -p <crate name>".

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to