-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
when i run docker build -t whitebox-tools . i am getting these errors
error[E0658]: `crate` in paths is experimental (see issue #45477)
--> src/main.rs:44:5
|
44 | use crate::tools::ToolManager;
| ^^^^^
error: aborting due to 1545 previous errors
Some errors occurred: E0412, E0425, E0432, E0433, E0658.
For more information about an error, try `rustc --explain E0412`.
error: Could not compile `whitebox_tools`.
To learn more, run the command again with --verbose.
The command '/bin/sh -c git clone https://github.com/jblindsay/whitebox-tools.git ${APP_HOME}/whitebox && cd ${APP_HOME}/whitebox && cargo build --release && mv target/release/whitebox_tools /usr/local/bin' returned a non-zero code: 101
Metadata
Metadata
Assignees
Labels
No labels