Skip to content
New issue

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

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

Already on GitHub? # to your account

Add Cargo.lock to git tracking #1221

Merged
merged 2 commits into from
Nov 9, 2023
Merged

Conversation

GuillaumeGomez
Copy link
Member

To prevent unexpected MSRV bumps and have a better tracking of dependencies.

@GuillaumeGomez
Copy link
Member Author

error[duplicate]: found 2 duplicate entries for crate 'toml_edit'
    ┌─ /github/workspace/Cargo.lock:120:1
    │  
120 │ ╭ toml_edit 0.20.7 registry+https://github.com/rust-lang/crates.io-index
121 │ │ toml_edit 0.21.0 registry+https://github.com/rust-lang/crates.io-index
    │ ╰──────────────────────────────────────────────────────────────────────^ lock entries

is coming from proc-macro-crate but we're already using its latest version.

@sdroege
Copy link
Member

sdroege commented Nov 8, 2023

See bkchr/proc-macro-crate#41 . For now add a ignore for this duplication to deny.toml (add the old version).

@GuillaumeGomez
Copy link
Member Author

All good. :)

@sdroege sdroege merged commit 24ac207 into gtk-rs:master Nov 9, 2023
@GuillaumeGomez GuillaumeGomez deleted the cargo-lock branch November 9, 2023 10:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants