syzygy1 / Rustfish

Rust port of Stockfish
GNU General Public License v3.0
30 stars 3 forks source link

Witch rust version? #3

Closed ComputeShader closed 4 years ago

ComputeShader commented 4 years ago

I got some immutable/mutable borrow errors and deprecated wearnings. Witch rust compiler version is used in this project?

syzygy1 commented 4 years ago

A very old one, I'm afraid. The one that was current at the time of the last commit, which was March 2018. I may have a look into fixing the problems when I find time.

syzygy1 commented 4 years ago

I think it should now compile with current rustc (I have 1.44.0 here).