From 4227a12521b2570855ef2a36d8a7f2fc1c91f232 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 12 Oct 2020 05:47:31 +0100 Subject: [PATCH] remove unused dep --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32b735e..277f143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "markov" -version = "0.7.0" +version = "0.7.1" description = "Generate string of text from Markov chain fed by stdin" authors = ["Avril "] edition = "2018" @@ -61,7 +61,7 @@ serde_cbor = "0.11.1" serde = {version ="1.0", features=["derive"]} toml = "0.5.6" 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" smallmap = "1.1.5" lazy_static = "1.4.0"