From 8d105e42f0a9e6259dd8a0d9715735151e29e1bb Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Thu, 2 May 2024 19:38:25 +0100 Subject: [PATCH] Clarify that embedding the compiler version has shipped. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dd94b1..531761d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ No. All URLs and file paths are redacted, but the crate names and versions are r ### What about recording the compiler version? -The compiler itself [will start embedding it soon.](https://github.com/rust-lang/rust/pull/97550) +The compiler itself [embeds it](https://github.com/rust-lang/rust/pull/97550) in v1.73 and later. On older versions it's already there in the debug info. On Unix you can run `strings your_executable | grep 'rustc version'` to see it.