From bc0dae6fb37ac33b20cb567b27950cde85df02e1 Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Sat, 16 Feb 2019 21:20:03 +0100 Subject: [PATCH] Release 0.5.8 * Adapt to rsass 0.9.8 (the sass feature now requires a compiler that supports edition 2018). * More compact static data, using byte strings instead of numbers. (i.e. b"\xef\xbb\xbfabc" rather than [239, 187, 191, 65, 66, 67]). * Minor internal cleanup. * Update bytecount dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5818422..7a8e34c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ructe" -version = "0.5.7-PRE" +version = "0.5.8" authors = ["Rasmus Kaj "] description = "Rust Compiled Templates, efficient type-safe web page templates." documentation = "https://docs.rs/ructe"