Minimum supported Rust version in README

This commit is contained in:
Kogia-sima 2020-06-17 00:08:40 +09:00
parent b773a28e2a
commit 8d897b828f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Simple, small, and extremely fast template engine for Rust
- Template rendering is always type-safe because templates are statically compiled.
- Syntax highlighting support ([vscode](./syntax/vscode), [vim](./syntax/vim))
- Automatically re-compile sources when template file is updated.
- Works on Rust 1.42 or later
## 🐟 Example