Skip to content

Commit 8b94790

Browse files
author
mokou
committed
2.2.1
1 parent 3d9b03c commit 8b94790

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="2.2.1"></a>
2+
### 2.2.1 (2020-02-27)
3+
4+
#### Bug Fixes
5+
6+
* Re-add cloning the repo to install scripts ([3d9b03c5](https://github.com/rust-lang/rustlings/commit/3d9b03c52b8dc51b140757f6fd25ad87b5782ef5))
7+
8+
#### Features
9+
10+
* Add clippy lints (#269) ([1e2fd9c9](https://github.com/rust-lang/rustlings/commit/1e2fd9c92f8cd6e389525ca1a999fca4c90b5921))
11+
112
<a name="2.2.0"></a>
213
## 2.2.0 (2020-02-25)
314

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustlings"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Marisa <mokou@posteo.de>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com"]
55
edition = "2018"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Basically: Clone the repository, checkout to the latest tag, run `cargo install`
5454
```bash
5555
git clone https://github.com/rust-lang/rustlings
5656
cd rustlings
57-
git checkout tags/2.2.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
57+
git checkout tags/2.2.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
5858
cargo install --force --path .
5959
```
6060

0 commit comments

Comments
 (0)