|
|
|
|
|
by foresterre
469 days ago
|
|
There's actually an advantage to using older editions, and that is that it lowers the MSRV (minimum supported Rust version). This is especially nice for libraries, while binary project usually can just use the latest edition. |
|