You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The f957f2d commit , which was deployed with mpl_utils 0.3.2 , introduces a breaking change because the token feature is no longer activated by default.
This breaks using mpl_token_metadata as a dependency, and requires manually reverting mpl_utils to 0.3.1 to compile: mpl_token_metadata depends on mpl_utils without specifying the token feature, but uses it here.
My personal recommendation is to publish a 0.3.3 version with the token feature still as default, and postpone clearing this default until a 0.4.x.
Relevant log output
No response
Priority this issue should have
High (immediate attention needed)
The text was updated successfully, but these errors were encountered:
Which package is this bug report for?
mpl_utils
Which Type of Package is this bug report for?
Rust library
Issue description
The f957f2d commit , which was deployed with mpl_utils 0.3.2 , introduces a breaking change because the
token
feature is no longer activated by default.This breaks using mpl_token_metadata as a dependency, and requires manually reverting mpl_utils to 0.3.1 to compile:
mpl_token_metadata
depends onmpl_utils
without specifying thetoken
feature, but uses it here.My personal recommendation is to publish a 0.3.3 version with the
token
feature still as default, and postpone clearing this default until a 0.4.x.Relevant log output
No response
Priority this issue should have
High (immediate attention needed)
The text was updated successfully, but these errors were encountered: