What's Changed
- Switch proc-macro-error to proc-macro-error2 by @evie-calico in #493
- Do not allow Lua to run GC finalizers on ref thread (#491)
- Fix chunks loading in Luau when memory limit is enforced (#488)
- Added
String::wrap
method to wrap arbitraryAsRef<[u8]>
intoimpl IntoLua
- Better FreeBSD/OpenBSD support (thanks to cos)
- Delay "any" userdata metatable creation until first instance is created (#482)
- Reduce amount of generated code for
UserData
(less generics)
Full Changelog: v0.10.1...v0.10.2