mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00

`untagged` enum variants are not recognised by serde if the variant contains a `Value<T>` type. This change uses an transparent "inner" enum `Value<T>` member, which is handled correctly by serde.