From 3428a3f5097c7d2cc252d1bfd9aae7771553ab69 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 6 Feb 2021 16:28:56 -0500 Subject: [PATCH] Increment the version for publishing to crates.io. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81e5f3f..f8e56ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duster" -version = "0.1.0" +version = "0.1.1" authors = ["Tom Alexander "] description = "A rust implementation of the dustjs template engine." edition = "2018"