aboutsummaryrefslogtreecommitdiffstats
path: root/askama_test/tests/simple.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--askama_test/tests/simple.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_test/tests/simple.rs b/askama_test/tests/simple.rs
index 08b4488..0943f12 100644
--- a/askama_test/tests/simple.rs
+++ b/askama_test/tests/simple.rs
@@ -1,7 +1,7 @@
#![feature(proc_macro)]
#[macro_use]
-extern crate askama_codegen;
+extern crate askama_derive;
extern crate askama;
use askama::Template;