From a47a62172a5d4c479d242498b9b140b3111fb7c6 Mon Sep 17 00:00:00 2001 From: marisa Date: Mon, 11 Nov 2019 14:02:27 +0100 Subject: 1.5.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a8dd729..405586f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,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/1.5.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) +git checkout tags/1.5.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