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
Added "disable-encoding-assertions" Cargo feature flag
This allows completely disabling message encoding verification, to let
users resolve issues such as:
- #645
- #671
This is a hack, and ideally we should fix it in some other way (maybe
disabling in extern_methods! only?), but for now, this should at least
unblock the release.
0 commit comments