Skip to content

Releases: rust-lang/rustlings

1.1.0

20 Mar 20:30
Compare
Choose a tag to compare
  • 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

06 Mar 21:00
Compare
Choose a tag to compare
  • 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

1.0.0

06 Mar 18:51
Compare
Choose a tag to compare

Initial release!