Projects that use workspace inheritance, such as to replace a version in a crate toml with `version.workspace = true` cause cargo readme to error with: ``` Error: invalid type: map, expected a string for key `package.version` at line 9 column 21 ``` Details about workspace inheritance: https://doc.rust-lang.org/cargo/reference/workspaces.html