diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-02-13 10:15:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 10:15:24 +0000 |
| commit | 943d604e592ea00cb15b588d0756245823fd26b9 (patch) | |
| tree | 25e3753dd8f4ef4fe0c60eca15d03ca1474c1f69 /rustc_tools_util/README.md | |
| parent | 8ae47501551f8cf08930d7005779c075a77c6868 (diff) | |
| parent | 8cac5b03f3fdc6906a037ccdd656161e4263e898 (diff) | |
| download | rust-943d604e592ea00cb15b588d0756245823fd26b9.tar.gz rust-943d604e592ea00cb15b588d0756245823fd26b9.zip | |
Fix rustc_tools_util's `version.host_compiler` release channel, expose the rustc version, and add tests (#14123)
changelog: Fix rustc_tools_util's `version.host_compiler` release channel, expose the rustc version, and add tests. Previously the host_compiler would be set to "nighly" on the stable channel. Generally, the field felt a bit neglected neither being printed not tested.
Diffstat (limited to 'rustc_tools_util/README.md')
| -rw-r--r-- | rustc_tools_util/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rustc_tools_util/README.md b/rustc_tools_util/README.md index 1b11dfe0619..455654c1090 100644 --- a/rustc_tools_util/README.md +++ b/rustc_tools_util/README.md @@ -13,10 +13,10 @@ build = "build.rs" List rustc_tools_util as regular AND build dependency. ````toml [dependencies] -rustc_tools_util = "0.4.0" +rustc_tools_util = "0.4.1" [build-dependencies] -rustc_tools_util = "0.4.0" +rustc_tools_util = "0.4.1" ```` In `build.rs`, generate the data in your `main()` |
