Skip to content

Commit

Permalink
Merge pull request #146 from rust-secure-code/readme-tweak
Browse files Browse the repository at this point in the history
Clarify that embedding the compiler version has shipped
  • Loading branch information
Shnatsel authored May 2, 2024
2 parents 4061210 + 8d105e4 commit 1a53658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1a53658

Please sign in to comment.