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:
parent
59febfea52
commit
5abb3c86b4
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "1.79.0"
|
Loading…
Reference in a new issue