The code was modified to reflect changes in features but the build was using a year old version of nightly. This introduces the rust-toolchain file which the actions-rs/toolchain github action can parse to determine the correct toolchain to use.
Nice. I have this change now locally, but haven't pushed yet. Will accept this, and I have a new version coming out soon with large improvements to the ML model.
The code was modified to reflect changes in features but the build was using a year old version of nightly. This introduces the rust-toolchain file which the
actions-rs/toolchain
github action can parse to determine the correct toolchain to use.