Releases: rust-lang/rustlings
Releases · rust-lang/rustlings
1.2.0
1.1.1
This release mostly contains bug fixes that, all in all, should make things much less buggy on Windows!
Bug fixes
- Fix permissions on exercise files (@zacanger, #133)
- Make installation checks more thorough (@komaeda, 1b3469f)
- Fix order of true/false in tests for executables (@mgeier, #137)
- Stop run from panicking when compile fails (@cjpearce, #141)
- Fix intermittent test failure caused by race condition (@cjpearce, #140)
- Fix links by deleting book version (@diodfr, #142)
- Canonicalize paths to fix path matching (@cjpearce, #143)
1.1.0
- errors2.rs: update link to Rust book (#124)
- Start verification at most recently modified file (#120)
- Watch for file creation events in watch mode (#117)
- Add standard library types to exercises suite (#119)
- Give a warning when Rustlings isn't run from the right directory (#123)
- Verify that rust version is recent enough to install Rustlings (#131)
If you have Rustlings cloned, you can upgrade like so:
git fetch
git checkout tags/1.1.0
1.0.1
- Adds a way to install Rustlings in one command (
curl -L https://git.io/rustlings | bash
) - Makes
rustlings watch
react to create file events (@shaunbennett, #117) - Reworks the exercise management to use an external TOML file instead of just listing them in the code