Happy Sunday afternoon all!
There has recently been a new version of the Rust compiler released (more details here: https://blog.rust-lang.org/2018/08/02/Rust-1.28.html). I’d like to start using it with my bot, but I need to make sure I don’t accidentally use any new features that the tournament server’s compiler doesn’t know about. This can be complicated, since it includes any libraries I’m using.
Would you mind updating the tournament server to the latest stable version of the Rust compiler for the next tournament?
Rust maintains backwards compatibility in their compilers. This update will only add features, not remove them. In other words, no existing Rust bots should be broken by this update.
Thanks,
Justin