Qovery / engine

The Orchestration Engine To Deliver Self-Service Infrastructure ⚡️
https://www.qovery.com
GNU General Public License v3.0
2.27k stars 68 forks source link

`kube` dependency v0.86.0 is yanked #742

Closed ismaelgonval closed 5 months ago

ismaelgonval commented 7 months ago

First, congrats for this awesome project. I'm triying to create a pilot project with this tool but I've found that kube dependency seems broken.

Currently, this project depends on kube version 0.86.0 but it seems yanked in crate.io.

If I tried to build it locally or use it as lib, it seems that it is not possible to compile the project:

cargo build output:

error: failed to select a version for the requirement kube = "^0.86.0" candidate versions found which didn't match: 0.88.1, 0.88.0, 0.87.2, ... location searched: crates.io index required by package qovery-engine v0.1.0 (/home/xxx/qovery/engine) perhaps a crate was updated and forgotten to be re-vendored?

EDIT: it seems that 0.87.x works fine.

benjaminch commented 6 months ago

Hey @ismaelgonval !

Thanks :)

Indeed it has been fixed, let me know if it looks better :)

https://github.com/Qovery/engine/blob/main/Cargo.toml#L47

Cheers