Determine rustc version and add it to the report - #81
Conversation
|
Cargo also sets the |
Did not know that! I'll update that right now. |
|
@bjorn3 - getting this issue: I'm on nightly. |
|
You should use |
|
@bjorn3 - All done. |
bjorn3
left a comment
There was a problem hiding this comment.
LGTM apart from one nit. Do note that I am not a member of this org, so you will have to wait on someone who is to review and merge.
|
Should I rebase this PR, or are the maintainers fine with 7 (maybe more later if there's more review) commits? |
|
It probably won't hurt to squash. No idea what the maintainers prefer though. |
|
I'll probably have time to rebase this on Sunday. |
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.5` → `0.4.6` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.6`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#046) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.5...v0.4.6) Released on 2026-07-01. ##### Enhancements - Verify managed toolchain downloads before installation ([#​2229](https://redirect.github.com/j178/prek/pull/2229)) - Add `PREK_DOCKER_NO_INIT` to opt-out Docker `--init` ([#​2242](https://redirect.github.com/j178/prek/pull/2242)) - Improve subprocess error messages ([#​2257](https://redirect.github.com/j178/prek/pull/2257)) - Split run concurrency knobs: `PREK_CONCURRENT_HOOKS` and `PREK_CONCURRENT_BATCHES` ([#​2276](https://redirect.github.com/j178/prek/pull/2276)) ##### Performance - Avoid allocating markdown extensions per file ([#​2245](https://redirect.github.com/j178/prek/pull/2245)) - Avoid unchanged config tracking writes ([#​2247](https://redirect.github.com/j178/prek/pull/2247)) - Delay trailing whitespace output buffer ([#​2244](https://redirect.github.com/j178/prek/pull/2244)) - Prefilter VCS permalink lines ([#​2253](https://redirect.github.com/j178/prek/pull/2253)) - Skip unnecessary submodule updates during hook repo clone ([#​2255](https://redirect.github.com/j178/prek/pull/2255)) ##### Documentation - Document `language_version` inferring for Python and Go ([#​2241](https://redirect.github.com/j178/prek/pull/2241)) ##### Other changes - Refactor env var handling ([#​2277](https://redirect.github.com/j178/prek/pull/2277)) - Use `serde-saphyr` for YAML string quoting ([#​2228](https://redirect.github.com/j178/prek/pull/2228)) ##### Contributors - [@​shaanmajid](https://redirect.github.com/shaanmajid) - [@​j178](https://redirect.github.com/j178) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This is a 🙋 feature.
Checklist
Context
Fixes #31
Semver Changes
Major release - it changes the
Reportstruct. I don't think 2.0 is released yet, so that would fit perfectly!I have very little experience contributing to Rust crates, so if I made any mistakes, let me know!