v3.4.0
CHANGES:
-
Upgrade from uint to stdint (@talex5, #64). From uint 2.0.1, these are
compatible. Projects using the schema compiler should either upgrade to
stdint themselves, or add a lower bound ofuint >= 2.0.1
. Otherwise,
the build may fail, complaining about incompatible types. -
Fix generated files when one interface imports another (@talex5, #65,
reported by TealG).