Skip to content

v0.6.12

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 21:14
8d6ba33

Fix issue casting value types to traits (#1034)

Bug fixes:

  • Fix an issue where explicitly casting values of struct types to traits they implement could result in incorrect IL and incorrect runtime behaviour (see #274)