From 91004e5a8fe264dd883b35dfe2755d756c57be37 Mon Sep 17 00:00:00 2001 From: Steve Hoffman Date: Wed, 15 Jun 2016 14:05:47 -0500 Subject: [PATCH] update to liquid that supports split, bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e914259..72bb740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "limpet" -version = "0.1.0" +version = "0.2.0" authors = ["Steve Hoffman "] [dependencies] rustc-serialize = "0.3.19" docopt = "0.6.80" -liquid = "0.7.0" +liquid = "0.8.2" walkdir = "0.1.5"