Skip to content

Conversation

@clux
Copy link
Member

@clux clux commented Oct 31, 2023

quick controller e2e for kube-rs/kube#1333

one versioning quirk:

    Updating git repository `https://github.com/kube-rs/kube.git`
    Updating crates.io index
error: failed to select a version for `syn`.
    ... required by package `kube-derive v0.86.0 (https://github.com/kube-rs/kube.git?branch=main#17f1cb59)`
    ... which satisfies git dependency `kube-derive` of package `kube v0.86.0 (https://github.com/kube-rs/kube.git?branch=main#17f1cb59)`
    ... which satisfies git dependency `kube` of package `controller v0.12.10 (/home/clux/kube/controller-rs)`
versions that meet the requirements `^2.0.38` are: 2.0.38

all possible versions conflict with previously selected packages.

  previously selected package `syn v2.0.31`
    ... which satisfies dependency `syn = "^2"` (locked to 2.0.31) of package `actix-macros v0.2.4`
    ... which satisfies dependency `actix-macros = "^0.2.3"` (locked to 0.2.4) of package `actix-web v4.3.1`
    ... which satisfies dependency `actix-web = "^4.3.1"` (locked to 4.3.1) of package `controller v0.12.10 (/home/clux/kube/controller-rs)`

so i guess people might have to run cargo run -p actix-web if they use it

clux added 3 commits October 31, 2023 18:26
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
@clux clux changed the title sanity bump kube bump 0.87.1 Nov 1, 2023
@clux clux marked this pull request as ready for review November 1, 2023 19:52
@clux clux merged commit 26f6cfb into main Nov 1, 2023
@clux clux deleted the sanity-bump branch November 1, 2023 19:52
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 this pull request may close these issues.

2 participants