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

Consider switching from home to env-home #104

Closed
micolous opened this issue Dec 18, 2024 · 0 comments · Fixed by #105
Closed

Consider switching from home to env-home #104

micolous opened this issue Dec 18, 2024 · 0 comments · Fixed by #105

Comments

@micolous
Copy link
Contributor

micolous commented Dec 18, 2024

The home is not intended for external use (outside of cargo). home has cargo's automatic MSRV-3 policy, which causes build failures for downstream dependants who check against their MSRV and where that version of the package resolver is not MSRV-aware.

env-home is a better solution:

micolous added a commit to micolous/which-rs that referenced this issue Dec 18, 2024
jonhoo added a commit to jonhoo/rust-ibverbs that referenced this issue Dec 27, 2024
ibverbs-sys 0.3.0+55.0: 55.0 + bindgen + pub consts + non-in-place build
ibverbs 0.9.0: -sys 0.3.0 + configurable work queue limits

rdma-core bump is for linux-rdma/rdma-core#1485
bindgen bump is for harryfei/which-rs#104

Includes #38, #39, #41, and #42.
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 a pull request may close this issue.

1 participant