Closed
Description
$ cargo +stable build
...
expected a value of type `string`, but found a value of type `integer` for the key `dependencies.regex`
$ cargo build
...
data did not match any variant of untagged enum TomlDependency for key `dependencies.regex`
Fixing this might require changes in toml
, or maybe even serde
, but I don't think we should sacrifice user experience for the developer productivity that serde provides.
Metadata
Metadata
Assignees
Labels
No labels