asciify dependency now using crates instead of git due to update

This commit is contained in:
LordMZTE 2020-09-25 17:27:11 +02:00
parent e3387624e8
commit 2634ae195d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ edition = "2018"
clap = { version = "^2.33", features = ["yaml"] }
image-base64 = "0.1.0"
image = "0.23.9"
asciify = { git = "https://github.com/Hkattelu/Asciify" } # TODO replace with crates.io version once 0.1.6 is pushed
asciify = "0.1.6"
async-minecraft-ping = "0.2.1"
tokio = { version = "0.2.22", features = ["full"] }
itertools = "0.9.0"