Skip to content

Commit

Permalink
Update Rust crate rustc_version to 0.4.1 (#346)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [rustc_version](https://redirect.github.com/djc/rustc-version-rs) |
dev-dependencies | patch | `0.4.0` -> `0.4.1` |

---

### Release Notes

<details>
<summary>djc/rustc-version-rs (rustc_version)</summary>

###
[`v0.4.1`](https://redirect.github.com/djc/rustc-version-rs/releases/tag/v0.4.1):
0.4.1

[Compare
Source](https://redirect.github.com/djc/rustc-version-rs/compare/v0.4.0...v0.4.1)

#### What's Changed

- respect RUSTC_WRAPPER env var by
[@&#8203;hkBst](https://redirect.github.com/hkBst) in
[https://github.com/djc/rustc-version-rs/pull/46](https://redirect.github.com/djc/rustc-version-rs/pull/46)
- bump version number: v0.4.1 by
[@&#8203;RalfJung](https://redirect.github.com/RalfJung) in
[https://github.com/djc/rustc-version-rs/pull/48](https://redirect.github.com/djc/rustc-version-rs/pull/48)
- Prepare 0.4.1 by [@&#8203;djc](https://redirect.github.com/djc) in
[https://github.com/djc/rustc-version-rs/pull/49](https://redirect.github.com/djc/rustc-version-rs/pull/49)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone
America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone
America/Los_Angeles.

🚦 **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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNDkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
  • Loading branch information
nextest-bot authored Dec 5, 2024
1 parent 041536f commit 28a92a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion target-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ unicode-ident = "1.0.12"
guppy-workspace-hack.workspace = true

[dev-dependencies]
rustc_version = "0.4.0"
rustc_version = "0.4.1"
test-case = "3.3.1"
toml = "0.5.11"

Expand Down

0 comments on commit 28a92a2

Please sign in to comment.