Description
I am targeting 1.42 and up to yesterday's release it was actually possible to use this library with 1.42.0 despite being documented as targeting 1.49. I noticed that serde json now moved the minimum rust version for a specific feature to 1.46 (serde-rs/json@aebe84c) which apparently is now the lower bound.
As there has been some evidence for supporting rust versions below 1.49, would it make sense to actually lower the minimum rust version here in tests? I'm mostly asking because 1.49 is at least one version newer than what a lot of folks are currently using.
For some additional context here: insta
depends on serde-yaml
which in turn depends on indexmap
. Because people are using insta
for testing libraries that target versions lower than 1.49 this is now a small inconvenience.