From f2e15918267b6af311650c684bfc1a052de3d555 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Tue, 24 Aug 2021 18:10:53 +0200 Subject: [PATCH] Remove the unused tinytemplate dependency --- milli/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/milli/Cargo.toml b/milli/Cargo.toml index d28e67f81..3baa2213d 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -45,10 +45,6 @@ itertools = "0.10.0" log = "0.4.14" logging_timer = "1.0.0" -# We temporarily depend on this crate just to fix this issue -# https://github.com/bheisler/TinyTemplate/pull/17 -tinytemplate = "=1.1.0" - [dev-dependencies] big_s = "1.0.2" maplit = "1.0.2"