Update bevy requirement from 0.15.1 to 0.16.0 #1

Open
opened 2025-05-10 18:25:17 +00:00 by elias · 0 comments
Owner

Originally created by @dependabot[bot] on 4/29/2025

Updates the requirements on bevy to permit the latest version.

Release notes

Sourced from bevy's releases.

v0.16.0

https://bevyengine.org/news/bevy-0-16

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
*Originally created by @dependabot[bot] on 4/29/2025* Updates the requirements on [bevy](https://github.com/bevyengine/bevy) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bevyengine/bevy/releases">bevy's releases</a>.</em></p> <blockquote> <h2>v0.16.0</h2> <p><a href="https://bevyengine.org/news/bevy-0-16">https://bevyengine.org/news/bevy-0-16</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bevyengine/bevy/commit/e9418b3845c1ffc9624a3a4003bde66a2ad6566a"><code>e9418b3</code></a> Release 0.16.0</li> <li><a href="https://github.com/bevyengine/bevy/commit/31ff41935a84a3880927ad5f5ab1a37eb91a8425"><code>31ff419</code></a> change bevy_platform crate name</li> <li><a href="https://github.com/bevyengine/bevy/commit/5775f431f066f683a6c694eed76b6f16dfdd5c67"><code>5775f43</code></a> don't overflow when relations are empty (<a href="https://redirect.github.com/bevyengine/bevy/issues/18891">#18891</a>)</li> <li><a href="https://github.com/bevyengine/bevy/commit/608f902d1ad1ea09a081cc14d2b9ed428057008d"><code>608f902</code></a> Release 0.16.0-rc.5</li> <li><a href="https://github.com/bevyengine/bevy/commit/b9f117979ebd187584218dceffc93cb26b8b6c5d"><code>b9f1179</code></a> Swap order of eviction/extraction when extracting for specialization (<a href="https://redirect.github.com/bevyengine/bevy/issues/18846">#18846</a>)</li> <li><a href="https://github.com/bevyengine/bevy/commit/6a06e0a6571d0e11c75fc440a7909ec6164eb27d"><code>6a06e0a</code></a> Revert attempt to fix memory leak (<a href="https://redirect.github.com/bevyengine/bevy/issues/18845">#18845</a>)</li> <li><a href="https://github.com/bevyengine/bevy/commit/15ac36f6d533c5be41d929a118fdfa50ac90c32b"><code>15ac36f</code></a> Panic on overlapping one-to-one relationships (<a href="https://redirect.github.com/bevyengine/bevy/issues/18833">#18833</a>)</li> <li><a href="https://github.com/bevyengine/bevy/commit/fc7705c0a63a29f445404411c1fd37c6ecd86799"><code>fc7705c</code></a> Fix the ordering of the systems introduced in <a href="https://redirect.github.com/bevyengine/bevy/issues/18734">#18734</a>. (<a href="https://redirect.github.com/bevyengine/bevy/issues/18825">#18825</a>)</li> <li><a href="https://github.com/bevyengine/bevy/commit/dc48fd41e8761fc15aeb94d282d45875cd485a64"><code>dc48fd4</code></a> Revert &quot;Allow partial support for <code>bevy_log</code> in <code>no_std</code> (<a href="https://redirect.github.com/bevyengine/bevy/issues/18782">#18782</a>)&quot; (<a href="https://redirect.github.com/bevyengine/bevy/issues/18816">#18816</a>)</li> <li><a href="https://github.com/bevyengine/bevy/commit/f006f02f789faa34f88b8b96b3dab569c5325608"><code>f006f02</code></a> Add <code>remove_children</code> and <code>remove_related</code> to <code>EntityWorldMut</code> and `EntityCom...</li> <li>Additional commits viewable in <a href="https://github.com/bevyengine/bevy/compare/v0.15.1...v0.16.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
elias added the
dependencies
rust
labels 2025-05-10 18:25:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: elias/bevy-project-template#1
No description provided.