Skip to content

Commit

Permalink
Update Rust crate gilrs to 0.11.0 (#308)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gilrs](https://gitlab.com/gilrs-project/gilrs) | dependencies | minor | `0.10.9` -> `0.11.0` |

---

### Release Notes

<details>
<summary>gilrs-project/gilrs (gilrs)</summary>

### [`v0.11.0`](https://gitlab.com/gilrs-project/gilrs/compare/v0.10.10...v0.11.0)

[Compare Source](https://gitlab.com/gilrs-project/gilrs/compare/v0.10.10...v0.11.0)

### [`v0.10.10`](https://gitlab.com/gilrs-project/gilrs/compare/v0.10.9...v0.10.10)

[Compare Source](https://gitlab.com/gilrs-project/gilrs/compare/v0.10.9...v0.10.10)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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/SakulFlee/Orbital).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
SakulFlee authored Sep 15, 2024
2 parents daba424 + d86b8ba commit 6ac3926
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
32 changes: 21 additions & 11 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 Orbital/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pollster = { version = "0.3.0" }
image = { version = "0.25.0" }
cgmath = { version = "0.18.0" }
easy-gltf = { version = "1.1.2", optional = true }
gilrs = { version = "0.10.9" }
gilrs = { version = "0.11.0" }
crossbeam-channel = "0.5"
num_cpus = "1.0"

Expand Down

0 comments on commit 6ac3926

Please sign in to comment.