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

Dependency Issue with expanduser #4

Closed
x807x opened this issue Feb 4, 2025 · 0 comments · Fixed by #5
Closed

Dependency Issue with expanduser #4

x807x opened this issue Feb 4, 2025 · 0 comments · Fixed by #5

Comments

@x807x
Copy link
Contributor

x807x commented Feb 4, 2025

This issue is caused by dependency "expanduser".

Problem

error[E0432]: unresolved import `pwd::Passwd`
  --> C:\Users\piliT\.cargo\registry\src\index.crates.io-6f17d22bba15001f\expanduser-1.2.2\src\lib.rs:10:5
   |
10 | use pwd::Passwd;
   |     ^^^^^^^^^^^ no `Passwd` in the root

For more information about this error, try `rustc --explain E0432`.
error: could not compile `expanduser` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile `cargo-list v0.30.0`, intermediate artifacts can be found at `C:\Users\piliT\AppData\Local\Temp\cargo-installGbH1z4`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

Platform

OS: windows 11 (Home) x86_64
Terminal:

$PSVersionTable.PSVersion

Major  Minor  Patch  PreReleaseLabel BuildLabel
-----  -----  -----  --------------- ----------
7      4      6
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