Skip to content

Commit b8439f3

Browse files
chore(deps): Update Rust Stable to v1.91 (#156)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.90` -> `1.91` | --- ### Release Notes <details> <summary>rust-lang/rust (STABLE)</summary> ### [`v1.91`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1911-2025-11-10) [Compare Source](https://redirect.github.com/rust-lang/rust/compare/1.90.0...1.91.0) \=========================== <a id="1.91.1"></a> - [Enable file locking support in illumos](https://redirect.github.com/rust-lang/rust/pull/148322). This fixes Cargo not locking the build directory on illumos. - [Fix `wasm_import_module` attribute cross-crate](https://redirect.github.com/rust-lang/rust/pull/148363). This fixes linker errors on WASM targets. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Every minute ( * * * * * ) (UTC), 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/clap-rs/clap-verbosity-flag). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4186e51 commit b8439f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install Rust
108108
uses: dtolnay/rust-toolchain@stable
109109
with:
110-
toolchain: "1.90" # STABLE
110+
toolchain: "1.91" # STABLE
111111
- uses: Swatinem/rust-cache@v2
112112
- name: Check documentation
113113
env:
@@ -122,7 +122,7 @@ jobs:
122122
- name: Install Rust
123123
uses: dtolnay/rust-toolchain@stable
124124
with:
125-
toolchain: "1.90" # STABLE
125+
toolchain: "1.91" # STABLE
126126
components: rustfmt
127127
- uses: Swatinem/rust-cache@v2
128128
- name: Check formatting
@@ -138,7 +138,7 @@ jobs:
138138
- name: Install Rust
139139
uses: dtolnay/rust-toolchain@stable
140140
with:
141-
toolchain: "1.90" # STABLE
141+
toolchain: "1.91" # STABLE
142142
components: clippy
143143
- uses: Swatinem/rust-cache@v2
144144
- name: Install SARIF tools

0 commit comments

Comments
 (0)