When building the examples, e.g. cargo xtask bundle gain_egui --release a warning is shown for the block crate:
warning: the following packages contain code that will be rejected by a future version of Rust: block v0.1.6
This crate is not a direct dependency, needs more investigation how to fix it.
When building the examples, e.g. `cargo xtask bundle gain_egui --release` a warning is shown for the `block` crate:
```
warning: the following packages contain code that will be rejected by a future version of Rust: block v0.1.6
```
This crate is not a direct dependency, needs more investigation how to fix it.