Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsparser: Cargo.lock file appears to be outdated #1295

Open
luisnquin opened this issue Jul 20, 2024 · 1 comment · May be fixed by #1297
Open

tsparser: Cargo.lock file appears to be outdated #1295

luisnquin opened this issue Jul 20, 2024 · 1 comment · May be fixed by #1297

Comments

@luisnquin
Copy link

luisnquin commented Jul 20, 2024

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

@fredr
Copy link
Member

fredr commented Jul 22, 2024

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 fredr linked a pull request Jul 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants