Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #14

Merged
merged 1 commit into from
Jul 20, 2024
Merged

Conversation

ShenMian
Copy link
Contributor

  • pathfinding from 4.4.0 to 4.10.0
  • strum and strum_macros from 0.25.0 to 0.26.0,
  • grid from 0.13.0 to 0.14.0.

- pathfinding from 4.4.0 to 4.10.0
- strum and strum_macros from 0.25.0 to 0.26.0,
- grid from 0.13.0 to 0.14.0.
@rparrett
Copy link
Owner

rparrett commented Jul 20, 2024

I took a peek at the relevant changelogs.

  • strum - No concerns here

  • grid - No concerns here, and I don't immediately see any opportunities to make use of the new iterator trait impls.

  • pathfinding
    This isn't strictly needed. 4.10.0 is semver compatible, so cargo update picks up that version.

    4.10.0 does claim some sort of performance improvements though, so I don't mind explicitly bumping it.

@rparrett rparrett merged commit 047f1ae into rparrett:main Jul 20, 2024
3 checks passed
@ShenMian ShenMian deleted the update_dependencies branch July 20, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants