Skip to content

Conversation

@WeepingClown13
Copy link

I am trying to package merge-struct in debian as a dependency of presenterm. In debian we have version 1.39 of insta and to make merge-struct compatible with that a few changes are needed. The backtrace feature was removed and is no longer needed, and assert_yaml_snapshot! now requires the yaml feature to be enabled. Also version 1.17.1 of insta had a dependency on serde with derive feature enabled, which pulled in the necessary serde_derive and made the tests pass. But it does not do that anymore and thus explicit use of derive feature in merge-struct is required. Since merge-struct needs it only for tests, I chose to add an extra entry in dev-deps for serde with derive enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant