1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

change az-pf version

This commit is contained in:
Ubuntu 2022-10-31 18:19:04 +00:00
parent 175f01ee2a
commit 29f442f127
2 changed files with 6 additions and 2 deletions

3
Cargo.lock generated
View file

@ -253,7 +253,7 @@ dependencies = [
[[package]]
name = "azalea-pathfinder"
version = "0.1.0"
version = "0.3.0"
dependencies = [
"anyhow",
"async-trait",
@ -266,6 +266,7 @@ dependencies = [
"num-traits",
"parking_lot 0.12.1",
"priority-queue",
"tokio",
]
[[package]]

View file

@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "azalea-pathfinder"
version = "0.1.0"
version = "0.3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -17,3 +17,6 @@ azalea-world = { version = "0.3.0", path = "../azalea-world" }
num-traits = "0.2.15"
parking_lot = "0.12.1"
priority-queue = "1.2.3"
[dev-dependencies]
tokio = "1.21.2"