You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.2.2 from crates.io doesn't work on Windows, due to a colon in a file path:
error logs, as verbose as possible
describe which command you ran
cargo run --verbose
Updating registry https://github.com/rust-lang/crates.io-index
error: unable to get packages from source
Caused by:
failed to unpack package juice v0.2.2
Caused by:
failed to create C:\Users\person\.cargo\registry\src\github.jparrowsec.cn-1ecc6299db9ec823\juice-0.2.2\doc\book\http:\autumnai.github.io\leaf\leaf
Caused by:
The filename, directory name, or volume label syntax is incorrect. (os error 123)
What should have happend
The colon after the http above is what causes the problem. And I can't use the github master version because it fails when compiling coaster, so there is no way to use juice on Windows.
The text was updated successfully, but these errors were encountered:
Error Description
v0.2.2 from crates.io doesn't work on Windows, due to a colon in a file path:
Caused by:
failed to unpack package
juice v0.2.2
Caused by:
failed to create
C:\Users\person\.cargo\registry\src\github.jparrowsec.cn-1ecc6299db9ec823\juice-0.2.2\doc\book\http:\autumnai.github.io\leaf\leaf
Caused by:
The filename, directory name, or volume label syntax is incorrect. (os error 123)
What should have happend
The colon after the http above is what causes the problem. And I can't use the github master version because it fails when compiling coaster, so there is no way to use juice on Windows.
The text was updated successfully, but these errors were encountered: