From 71dbed4fd6d4153ac8a8d2412f147e93344c2b40 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Thu, 22 Sep 2022 15:55:37 +0200 Subject: [PATCH] Fix rustup run command in the 1.64 blog post --- posts/2022-09-22-Rust-1.64.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2022-09-22-Rust-1.64.0.md b/posts/2022-09-22-Rust-1.64.0.md index 5393ed0ce..08f2476bf 100644 --- a/posts/2022-09-22-Rust-1.64.0.md +++ b/posts/2022-09-22-Rust-1.64.0.md @@ -157,7 +157,7 @@ At this time, to run the rustup-installed version, you need to invoke it this way: ``` -rustup run rust-analyzer +rustup run stable rust-analyzer ``` The next release of rustup will provide a built-in proxy so that running the