Open Ameobea opened 1 year ago
I ran into some issues building this project on a modern rust nightly toolchain. I was able to fix them by bumping a couple dependencies, which is what this PR does.
Fixes https://github.com/setzer22/blackjack/issues/93
Fixes https://github.com/setzer22/blackjack/issues/90
proc-macro2
mlua
I ran into some issues building this project on a modern rust nightly toolchain. I was able to fix them by bumping a couple dependencies, which is what this PR does.
Fixes https://github.com/setzer22/blackjack/issues/93
Fixes https://github.com/setzer22/blackjack/issues/90
Changes
proc-macro2
to avoid unknown feature issue in modern nightly rust toolchains; see https://github.com/rust-lang/rust/issues/113152mlua
to latest version to work around bug (https://github.com/Roblox/luau/issues/924) fixed in latest version (https://github.com/Roblox/luau/pull/925)