-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Wanted to try it out, but landed with this:
# at vl_api
$ cargo run --release --features=single,distance_mm,defmt,vl53l8cx --example single-emb
...
Compiling esp-hal-embassy v0.9.0 (https://github.com/esp-rs/esp-hal.git#b346074d)
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `critical_section`
--> /home/ubuntu/.cargo/git/checkouts/esp-hal-29ef8683203c9b81/b346074/esp-backtrace/src/lib.rs:189:13
|
189 | critical_section::with(|_| {
| ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `critical_section`
|
= help: if you wanted to use a crate named `critical_section`, use `cargo add critical_section` to add it to your `Cargo.toml`
For more information about this error, try `rustc --explain E0433`.
error: could not compile `esp-backtrace` (lib) due to 1 previous error
Adding critical_section
as a dependency didn't make a difference.
- Watch for later RC's and MIGRATING from 1.0.0-rc.0
Metadata
Metadata
Assignees
Labels
No labels