meta-rust / cargo-bitbake

cargo extension that can generate BitBake recipes utilizing the classes from meta-rust
Apache License 2.0
84 stars 59 forks source link

invalid type: map, expected a string for key `package.rust-version` #66

Open kkettinger opened 1 year ago

kkettinger commented 1 year ago

When the key rust-version.workspace is used in the [package] group, i get this error:

error: failed to load manifest for workspace member `/home/devel/projects/slintui/slint/api/cpp`

Caused by:
  failed to parse manifest at `/home/devel/projects/slintui/slint/api/cpp/Cargo.toml`

Caused by:
  invalid type: map, expected a string for key `package.rust-version`

Contents of the Config.toml:

[package]
...
rust-version.workspace = true
chrthi-work commented 1 year ago

Possibly related: I get the same error for

edition.workspace = true
repository.workspace = true
license.workspace = true