setzer22 / blackjack

A procedural, node-based modelling tool, made in rust 🦀
Mozilla Public License 2.0
1.42k stars 64 forks source link

Bump some dependencies to fix build issues #94

Open Ameobea opened 1 year ago

Ameobea commented 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

Changes