$ cargo bitbake
error: failed to parse manifest at `/home/snke/git/xxx/Cargo.toml`
Caused by:
failed to parse the `edition` key
Caused by:
this version of Cargo is older than the `2021` edition, and only supports `2015` and `2018` editions.
$ cargo bitbake --version
cargo-bitbake 0.3.15
cargo-bitbake doesn't support edition 2021 in Cargo.toml