encore
encore copied to clipboard
tsparser: Cargo.lock file appears to be outdated
I'm working on packaging everything for nixpkgs, but I'm encountering errors due to inconsistencies between the version (and checksum) of the tracing crate in the Cargo.lock and Cargo.toml files. I'm currently implementing workarounds to resolve this issue.
Here's the issue and pull request where we are trying to package this project in nix.
Thanks for your reading :)
Nice one, and thanks for opening this issue.
We use cargo workspaces, so all rust projects in the repo use the same cargo.lock file in the root (see https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html). The lock file in tsparser predates our workspace setup, I'll remove it