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
Im working on rustBoot repository https://github.com/yashwanthsinghm/rustBoot . After new nightly update 11 July , who ever did rustup update are facing compiling issue .So would someone hep in solving this issue?
Before update
yashwanthsingh@Yashwanths-MBP rustBoot % cargo stm32f411 build rustBoot-only
Finished dev [unoptimized + debuginfo] target(s) in 0.12s
Running `target/debug/xtask stm32f411 build rustBoot-only`
$ cargo build --release
Finished release [optimized] target(s) in 0.33s
After update
udayakumar@udayakumar-VirtualBox:~/devspace/rustBoot$ cargo stm32f411 build rustBoot-only
Finished dev [unoptimized + debuginfo] target(s) in 0.04s
Running `target/debug/xtask stm32f411 build rustBoot-only`
$ cargo build --release
error: package `/home/udayakumar/devspace/rustBoot/boards/update/Cargo.toml` is a member of the wrong workspace
expected: /home/udayakumar/devspace/rustBoot/boards/Cargo.toml
actual: /home/udayakumar/devspace/rustBoot/Cargo.toml
Error: command `cargo build --release` failed, exit status: 101
The text was updated successfully, but these errors were encountered:
Im working on rustBoot repository https://github.com/yashwanthsinghm/rustBoot . After new nightly update 11 July , who ever did rustup update are facing compiling issue .So would someone hep in solving this issue?
Before update
After update
The text was updated successfully, but these errors were encountered: