Predrag Gruevski @predr.ag · Jan 9

cargo-semver-checks found the problem in this change, saving the project from breaking SemVer. Manifest linting for the win! 🔥 Do you see the breaking change? #rust #rustlang #semver

7 likes 1 replies

?

Replies

Predrag Gruevski · Jan 9

Pay close attention to the spelling of the optional dependency vs the feature name: `mock_instant` vs `mock-instant`. Underscore vs dash. The change accidentally removed the `mock_instant` feature. So easy to miss!