You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When the key
rust-version.workspace
is used in the[package]
group, i get this error:Contents of the
Config.toml
:The text was updated successfully, but these errors were encountered: