toml version 0.5.0 incorrectly specified serde version 1.0.0 as one of its dependencies, even though it does not work with with serde version 1.0.0. This was fixed and released in version 0.5.2.
This commit updates the toml dependency to version 0.5.2. Now proc-macro-crate builds fine with the cargo flag -Z minimal-versions.
toml version
0.5.0
incorrectly specified serde version1.0.0
as one of its dependencies, even though it does not work with with serde version1.0.0
. This was fixed and released in version0.5.2
.This commit updates the toml dependency to version
0.5.2
. Nowproc-macro-crate
builds fine with the cargo flag-Z minimal-versions
.