We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
home
env-home
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
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.
cargo
env-home is a better solution:
env::home_dir
The text was updated successfully, but these errors were encountered:
Switch to env_home crate. Fixes harryfei#104
527516e
env_home
36cb494
Upgrade rdma-core + bindgen (#43)
b45ae84
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.
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
The
home
is not intended for external use (outside ofcargo
).home
hascargo
'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:env::home_dir
: ACP: env::home_dir replacement rust-lang/libs-team#372home
)The text was updated successfully, but these errors were encountered: