4.0.0
版本发布时间: 2020-07-08 17:41:47
rust-lang/rustlings最新发布版本:v6.3.0(2024-08-29 23:24:15)
See the changelog for what's changed.
The important breaking changes that make this a major release are:
-
testX.rs
files have been renamedquizX.rs
, due to people confusing them with the similarly-namedtestsX.rs
exercises (which are about testing, not being tested) - You can now display the console output for tests using the new
--nocapture
option. This adds a new boolean argument to most CLI commands.
Thanks to all of the people who contributed! A full list can be seen here, there's too many people for me to manually list here, sorry 😓
To upgrade:
git fetch
git checkout tags/4.0.0