Skip to content

Commit 4fd9181

Browse files
committed
(cargo-release) version 3.0.1
1 parent 6e80f4b commit 4fd9181

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["shortest-path", "astar", "dijkstra", "flow", "graph"]
66
license = "Apache-2.0/MIT"
77
homepage = "https://rfc1149.net/devel/pathfinding.html"
88
documentation = "https://docs.rs/pathfinding/"
9-
version = "3.0.1-alpha.0"
9+
version = "3.0.1"
1010
authors = ["Samuel Tardieu <[email protected]>"]
1111
categories = ["algorithms"]
1212
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In your `Cargo.toml`, put:
4646

4747
``` ini
4848
[dependencies]
49-
pathfinding = "3.0.0"
49+
pathfinding = "3.0.1"
5050
```
5151

5252
You can then pull your preferred algorithm (BFS in this example) using:

0 commit comments

Comments
 (0)