remove unused dep

feed 0.7.1
Avril 4 years ago
parent 9e25c7cfa3
commit 4227a12521
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1,6 +1,6 @@
[package] [package]
name = "markov" name = "markov"
version = "0.7.0" version = "0.7.1"
description = "Generate string of text from Markov chain fed by stdin" description = "Generate string of text from Markov chain fed by stdin"
authors = ["Avril <flanchan@cumallover.me>"] authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018" edition = "2018"
@ -61,7 +61,7 @@ serde_cbor = "0.11.1"
serde = {version ="1.0", features=["derive"]} serde = {version ="1.0", features=["derive"]}
toml = "0.5.6" toml = "0.5.6"
async-compression = {version = "0.3.5", features=["tokio-02", "bzip2"], optional=true} async-compression = {version = "0.3.5", features=["tokio-02", "bzip2"], optional=true}
pin-project = "0.4.26" pin-project = "0.4"
libc = "0.2.79" libc = "0.2.79"
smallmap = "1.1.5" smallmap = "1.1.5"
lazy_static = "1.4.0" lazy_static = "1.4.0"

Loading…
Cancel
Save