helsing-ai / buffrs

Modern protobuf package management
https://crates.io/crates/buffrs
Apache License 2.0
213 stars 12 forks source link

Dependency Resolution Failed #225

Open tech-scripter opened 8 months ago

tech-scripter commented 8 months ago

Hello there!

I get the following error while hitting the command buffrs install:

Error: × failed to install dependencies for external ├─▶ dependency resolution failed ╰─▶ dependency units cannot be satisfied - requested =0.1.1, but version 0.1.0 is locked

Do I have to manually edit the lock file before importing a new version of a dependency or is there another approach of handling it?

Thank you in advance!

mara-schulke commented 8 months ago

Hi @tech-scripter, this is a known bug, the solution is to remove your Proto.lock for now and it will regenerate itself on the next installation. #76 & #83 tried to solve it but apparently didn't.

Will roll out a fix soon!