Closed
Description
It seems
fluent_bundle
is a "public dependency" offluent
. So a semver bump influent_bundle
should require a semver bump influent
.The result of this is that projects depending on
fluent
andi18n-embed
are getting errors about incompatible types (from different versions offluent-syntax
) when runningcargo update
.
Originally posted by @ids1024 in #383 (comment)