From 8b9479071c0ac4f5dc1318358d7d7e3a19ce98e2 Mon Sep 17 00:00:00 2001 From: mokou Date: Thu, 27 Feb 2020 19:22:55 +0100 Subject: 2.2.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 371d6ca..cadceb5 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Basically: Clone the repository, checkout to the latest tag, run `cargo install` ```bash git clone https://github.com/rust-lang/rustlings cd rustlings -git checkout tags/2.2.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) +git checkout tags/2.2.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) cargo install --force --path . ``` -- cgit v1.2.3