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 0.21.2 release of walrus broke semantic versioning by adding ReturnCall and ReturnCallIndirect variants to the Instr enum. Either this enum should be tagged as #[non_exhaustive], or additions to it should be a semantic version bump.
The text was updated successfully, but these errors were encountered:
The 0.21.2 release of walrus broke semantic versioning by adding
ReturnCall
andReturnCallIndirect
variants to theInstr
enum. Either this enum should be tagged as#[non_exhaustive]
, or additions to it should be a semantic version bump.The text was updated successfully, but these errors were encountered: