Rhai v1.1.1 Release Notes

  • 🐛 Bug fixes

    • Assignment to indexing expression with dot expressions inside no longer cause a compilation error.
    • The no_module and internals features now work together without a compilation error.
    • ⚡️ String literal operations (such as "hello" + ", world") now optimizes correctly.