Skip to content

Commit

Permalink
Bumped version to 0.2.1 and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbvanderwoude committed Aug 7, 2024
1 parent ad80927 commit da19be0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
39 changes: 19 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grid_pathfinding"
version = "0.2.0"
version = "0.2.1"
authors = ["Thom van der Woude <[email protected]>"]
edition = "2021"
description = "Pathfinding using JPS and connected components on a grid."
Expand All @@ -12,12 +12,12 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
petgraph = "0.6.4"
indexmap = "2.2"
petgraph = "0.6"
indexmap = "2.3"
fxhash = "0.2"
itertools = "0.12"
itertools = "0.13"
num-traits = "0.2"
grid_util = "0.1.1"
grid_util = "0.1"
log = "0.4"

[lib]
Expand Down

0 comments on commit da19be0

Please sign in to comment.