add rust-toolchain.toml to set rust 1.79.0 to fix build issues

there are some dependency updates necessary to use 1.80+, but i'm not
really interested in fixes these problems myself, so i'll just sidestep
that problem with this
This commit is contained in:
Gered 2024-11-03 17:14:10 -05:00
parent 59febfea52
commit 5abb3c86b4

2
rust-toolchain.toml Normal file
View file

@ -0,0 +1,2 @@
[toolchain]
channel = "1.79.0"