twitchax / kord

A music theory binary and library for Rust / JS.
MIT License
209 stars 10 forks source link

fix(build): fix build by specifying toolchain #19

Closed Kidsan closed 11 months ago

Kidsan commented 11 months ago

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.

twitchax commented 11 months ago

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.