-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Labels
Description
Bug description
While packaging 2.7.0, I've noticed that the lock file is not valid:
> cd src/crates/jf
> cargo vendor vendor/
error: failed to sync
Caused by:
found duplicate version of package `flatten-serde-json v1.18.0` vendored from two sources:
source 1: https://github.com/meilisearch/meilisearch?branch=main#795045c0
source 2: https://github.com/meilisearch/meilisearch#795045c0
Expected behavior
The lock file to be valid.
Steps to reproduce
- Navigate to
src/crates/jf - Try to vendor the lock file
cargo vendor vendor/
Installation method
kickstart.sh
System info
NoneNetdata build info
NoneAdditional info
No response