diff --git a/Cargo.lock b/Cargo.lock index 4f82c9c..931bb1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,7 +639,7 @@ dependencies = [ [[package]] name = "markov" -version = "0.4.0" +version = "0.4.1" dependencies = [ "async-compression", "cfg-if 1.0.0", diff --git a/Makefile b/Makefile index 892a3a0..ddfe99b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -FEATURES:="api" +FEATURES:="api,split-newlines" markov: cargo build --release --features $(FEATURES)