Skip to content

Commit da19be0

Browse files
committed
Bumped version to 0.2.1 and updated dependencies
1 parent ad80927 commit da19be0

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

Cargo.lock

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grid_pathfinding"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Thom van der Woude <[email protected]>"]
55
edition = "2021"
66
description = "Pathfinding using JPS and connected components on a grid."
@@ -12,12 +12,12 @@ readme = "README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
petgraph = "0.6.4"
16-
indexmap = "2.2"
15+
petgraph = "0.6"
16+
indexmap = "2.3"
1717
fxhash = "0.2"
18-
itertools = "0.12"
18+
itertools = "0.13"
1919
num-traits = "0.2"
20-
grid_util = "0.1.1"
20+
grid_util = "0.1"
2121
log = "0.4"
2222

2323
[lib]

0 commit comments

Comments
 (0)