Closed RandomInsano closed 2 years ago
Thanks!
On Mar 8, 2022, at 4:25 PM, Daniel @.***> wrote:
Closed #6 via 58cd70c.
— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.
The example in the README will fail due to the
lua_tuple!
macro needing the hasbrown crate. What's a bit unfortunate is that hasbrown 0.12 has restructured things a bit.Without hasbrown at all, you'll receive
And with 0.12 you'll receive
After setting the version in my projects Cargo.toml to 0.11.2 things started working.