mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00

semver 1.0 doesn't and won't support Clone on semver::Error[1], so we convert the mozversion error type to store the string version of the error, which is an incompatible change requiring a version bump on the crate. 1. https://github.com/dtolnay/semver/pull/280 Differential Revision: https://phabricator.services.mozilla.com/D147825