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
brian@ip-10-145-43-250:~/dev/cargo-update⟫ git log -1
commit 90b796ccb5e9b39226542b3199753c0fb44ec52a
Author: nabijaczleweli <nabijaczleweli@gmail.com>
Date: Sat Mar 25 20:40:43 2017 +0100
Bump version to 0.8.0
brian@ip-10-145-43-250:~/dev/cargo-update⟫ cargo +beta test
Compiling cargo-update v0.8.0 (file:///mnt2/dev/cargo-update)
error: couldn't read "src/bin/cargo-install-update.rs": No such file or directory (os error 2)
error: Could not compile `cargo-update`.
To learn more, run the command again with --verbose.
I can tell you right now that this is an issue I've encountered before, in that the default main file changed from src/main.rs to src/bin/$EXEC_NAME.rs. Dunno why when though.
https://github.com/nabijaczleweli/cargo-update
cc @nabijaczleweli @alexcrichton
The text was updated successfully, but these errors were encountered: