use git version of async-minecraft-ping

instead of local
This commit is contained in:
LordMZTE 2020-10-09 20:02:31 +02:00
parent d16af9e11b
commit 271aac14b7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ clap = { version = "^2.33", features = ["yaml"] }
image-base64 = "0.1.0"
image = "0.23.9"
asciify = "0.1.6"
async-minecraft-ping = { path="../../../async-minecraft-ping/async-minecraft-ping" }
async-minecraft-ping = { git="https://github.com/LordMZTE/async-minecraft-ping.git", tag="v0.2.3" }
tokio = { version = "0.2.22", features = ["full"] }
itertools = "0.9.0"
termcolor = "1"