We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building Rust 1.73.0 + Cargo 0.74.0:
error[E0432]: unresolved import `rustix::fs::CWD` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.7.0/src/file/imp/unix.rs:17:55 | 17 | use rustix::fs::{linkat, renameat, unlinkat, AtFlags, CWD}; | ^^^ no `CWD` in `fs` Compiling thiserror-impl v1.0.44
src/tools/cargo/Cargo.lock is pinning tempfile at 3.7.0, depending on rustix 0.38.6.
src/tools/cargo/Cargo.lock
tempfile
There is some chatter about this issue in bytecodealliance/rustix#478, though have not verified it myself.
The text was updated successfully, but these errors were encountered:
Looks like bumping tempfile to 3.7.1 should work: Stebalien/tempfile@bf8f7ea
Sorry, something went wrong.
No branches or pull requests
When building Rust 1.73.0 + Cargo 0.74.0:
src/tools/cargo/Cargo.lock
is pinningtempfile
at 3.7.0, depending on rustix 0.38.6.There is some chatter about this issue in bytecodealliance/rustix#478, though have not verified it myself.
The text was updated successfully, but these errors were encountered: