encore icon indicating copy to clipboard operation
encore copied to clipboard

tsparser: Cargo.lock file appears to be outdated

Open luisnquin opened this issue 1 year ago • 1 comments

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 :)

luisnquin avatar Jul 20 '24 13:07 luisnquin

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

fredr avatar Jul 22 '24 07:07 fredr