Closed xenomorph1096 closed 2 years ago
The dependency faccess fails to install due to an unmerged pull request that fixes a small issue.
faccess
Here's the error:
--> /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/faccess-0.2.3/src/lib.rs:95:36 | 95 | if faccessat(AT_FDCWD, path.as_ptr() as *const i8, mode, AT_EACCESS) == 0 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8` | = note: expected raw pointer `*const u8` found raw pointer `*const i8`
Would it be possible to change the dependency to:
faccess = { version="0.2.4", git="https://github.com/MightyPork/faccess" }
?
Should be fixed now, sorry about that.
Yeah it is! no problems!
Forgot that solving this issue would also require an update to the dependency version.
ah, nevermind. Im just confused
The dependency
faccess
fails to install due to an unmerged pull request that fixes a small issue.Here's the error:
Would it be possible to change the dependency to:
?