From 25e1a51e95bfcecc7ecf16a175dd71820576eaf1 Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Sat, 1 Apr 2023 16:01:57 +0200 Subject: Re-export `askama::*` in `askama_tide` (#802) Every integration crate but `askama_tide` exports `askama::*`. This PR makes `askama_tide` behave the same as every other `integration crate`. --- askama_tide/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_tide/Cargo.toml') diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index c92abdf..eff0073 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_tide" -version = "0.15.0" +version = "0.15.1" edition = "2021" rust-version = "1.58" description = "Tide integration for Askama templates" -- cgit