rust-objc v0.2.7 Release Notes

Release Date: 2019-10-16 // over 4 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Uses of msg_send! will now correctly fail to compile if no return type can be inferred, instead of relying on an edge case of the compiler that will soon change and silently cause undefined behavior.

Previous changes from v0.2.6

  • ๐Ÿ›  Fixed

    • ๐Ÿ—„ Suppressed a deprecation warning in sel!, msg_send!, and class!.