From 2ff3f7ae13491cde7f68336fa746d2f07b5a9056 Mon Sep 17 00:00:00 2001 From: mokou Date: Sun, 12 Apr 2020 00:00:38 +0200 Subject: 3.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9dd3b2b..8884006 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.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) +git checkout tags/3.0.0 # 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