From cb60f4e2dea45f9d6fceb45c8547160a5c8b1a24 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Mon, 13 Jul 2020 14:38:56 -0700 Subject: alphabetize frameworks --- askama_shared/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_shared/src/lib.rs') diff --git a/askama_shared/src/lib.rs b/askama_shared/src/lib.rs index f11b129..2e3d502 100644 --- a/askama_shared/src/lib.rs +++ b/askama_shared/src/lib.rs @@ -266,8 +266,8 @@ pub struct Integrations { pub gotham: bool, pub iron: bool, pub rocket: bool, - pub warp: bool, pub tide: bool, + pub warp: bool, } static CONFIG_FILE_NAME: &str = "askama.toml"; -- cgit