Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Make dependency pins between sibling crates stricter #864

Merged
merged 2 commits into from
Mar 31, 2022
Merged

Conversation

clux
Copy link
Member

@clux clux commented Mar 31, 2022

Fix dependency pins between crates to be exact to fix people potentially not getting patch updates #833

kube v0.70.0 (/home/clux/kube/kube-rs/kube)
├── kube-client v0.70.0
│   └── kube-core v0.70.0
├── kube-core v0.70.0
├── kube-derive v0.70.0
└── kube-runtime v0.70.0
    └── kube-client v0.70.0

clux added 2 commits March 31, 2022 19:48
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
@clux clux added this to the 0.71.0 milestone Mar 31, 2022
@clux clux added the changelog-fix changelog fix category for prs label Mar 31, 2022
@clux clux linked an issue Mar 31, 2022 that may be closed by this pull request
@clux clux changed the title Make pins between sibling crates stricter Make dependency pins between sibling crates stricter Mar 31, 2022
@clux clux merged commit 59742f4 into master Mar 31, 2022
@clux clux deleted the fix-sibling-pins branch March 31, 2022 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-fix changelog fix category for prs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kube facade crate doesn't depend on exact versions of the backing crates
2 participants