Closed wpd closed 2 years ago
One way to work around this is:
$ cargo install --version "0.2.0" probe-run
I don't know if you want to update the documentation at crates.io, or update all of the Cargo.toml
files in your repository, and update the rubble
repository to use defmt 0.3.0.
I have the same issue, but trying the workaround above got into another error (while installing probe-run 0.2)
--- stdout
Can't find libusb pkg: VcpkgNotFound("No vcpkg installation found. Set the VCPKG_ROOT environment variable or run 'vcpkg integrate install'")
I'm having same issues. Any update on how to fix? Thx
Any updates? having the same issue. Esp. when you are new to rust and embedded programming in it, this is very frustrating. Thanks in advance!
The problem is that the ble-beacon
example uses rubble
which has a hardcoded dependency on defmt
in version 0.2.0
.
In order to upgrade defmt
the two options are: Someone updates rubble
or we remove the ble-beacon
example.
Should be resolved by #88
Indeed, sorry for not noticing that this issue can be closed.
Following the example given at crates.io on MaoOS, I see the following:
Can you please help me learn how to
cargo install
a different version ofprobe run
that supports defmt 0.2. --wpd