From b3c1fc1a8e16ce414cd53b8e2068bc105f405ff5 Mon Sep 17 00:00:00 2001 From: Maarten de Vries Date: Thu, 10 Jan 2019 23:20:58 +0100 Subject: Remove rerun_if_templates_changed and update README. --- testing/Cargo.toml | 3 --- testing/build.rs | 5 ----- 2 files changed, 8 deletions(-) delete mode 100644 testing/build.rs (limited to 'testing') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 427f221..b5a8e99 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -25,9 +25,6 @@ gotham = { version = "0.3", optional = true } mime = { version = "0.3", optional = true } hyper = { version = "0.12", optional = true } -[build-dependencies] -askama = { path = "../askama", version = "*" } - [dev-dependencies] criterion = "0.2" diff --git a/testing/build.rs b/testing/build.rs deleted file mode 100644 index aab2d59..0000000 --- a/testing/build.rs +++ /dev/null @@ -1,5 +0,0 @@ -use askama; - -fn main() { - askama::rerun_if_templates_changed(); -} -- cgit