|
|
|
|
|
by mlindner
2369 days ago
|
|
There's no such thing as a "too current a version of rust". All Rust compilers (since 1.0) compile all previous versions of code and will continue to do so. In the rare case you might hit something that was removed/modified because of a security exploit, but those are very very rare. |
|