Skip to content

Commit 315717f

Browse files
committed
Relase 0.7.4
* PR #55 from kornelski: Improve benchmarks. * Part of issue #20: Allow template source files to be named *.rs.svg or *.rs.xml as well as *.rs.html. The generated template functions will simlilarly be suffixed _svg, _xml or _html (any template_html will get a template alias, for backwards compatibility. * PR #61 from Eroc33: Improve parsing for tuple and generic type expressions. * Fix old doc link in readme. * Update dependencies in ructe and examples. Thaks to @kornelski and Eroc33.
1 parent 87d822b commit 315717f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ructe"
3-
version = "0.7.3-PRE"
3+
version = "0.7.4"
44
authors = ["Rasmus Kaj <kaj@kth.se>"]
55
description = "Rust Compiled Templates, efficient type-safe web page templates."
66
documentation = "https://docs.rs/ructe"

0 commit comments

Comments
 (0)