Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Updates the requirements on hecs to permit the latest version.

Changelog

Sourced from hecs's changelog.

0.10.3

Added

  • Ref::map and RefMut::map to reborrow a subfield of a component, or cast it to an unsized type

Fixed

  • Ref::clone() is now callable when containing types which do not implement Clone
  • Ref::clone() could cause a panic as internal state wasn't being updated correctly

0.10.2

Fixed

  • Entity concatenation when inserts recorded in a CommandBuffer failed
  • Incorrect access mode for Satisfies queries

0.10

Added

  • DynamicBundle::has to check whether a bundle contains a component
  • Archetype::satisfies to check whether an archetype satisfies a query
  • serialize::{row,column}::serialize_satisfying to serialize all entities that satisfy a query

Changed

  • MSRV raised to 1.65
  • hecs::QueryItem replaced with GAT Query::Item

Fixed

  • World::{query_one, query_one_mut} allowed violating a unique borrow.

0.9.1

Fixed

  • Unsound lifetimes in view accessors

0.9

Changed

  • Updated World::get_unchecked to match 0.8's changes to World::get

0.8.3

Added

  • CommandBuffer::{insert_one, remove_one} convenience methods (thanks tesselode!)

0.8.2

Removed

  • APIs deprecated in 0.7

0.8.1

... (truncated)

Commits
  • bff96a5 Bump version
  • 946104c Add Ref::map and RefMut::map and debug Ref::clone
  • ff0d221 Clarify docs for With, Without, and Satisfies
  • 919608f Impl fmt::Debug for Ref and RefMut
  • 61f5612 Bump version
  • c42efda Update changelog
  • 9eba2a0 Fix Satisfies query access mode
  • 49584dc Fix entity concatenation when some CommandBuffer inserts fail
  • ba76555 Bump macros version
  • 3470918 Update syn requirement from 1.0 to 2.0
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [hecs](https://github.com/Ralith/hecs) to permit the latest version.
- [Release notes](https://github.com/Ralith/hecs/releases)
- [Changelog](https://github.com/Ralith/hecs/blob/master/CHANGELOG.md)
- [Commits](Ralith/hecs@v0.7.6...v0.10.3)

---
updated-dependencies:
- dependency-name: hecs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant