From 3f286b5b6075d794ba9a4d1b898e31e75074c0b5 Mon Sep 17 00:00:00 2001 From: Juan Aguilar Date: Thu, 11 Jul 2019 10:47:22 +0200 Subject: [PATCH] Update yarte version to 0.3 (#155) --- template_yarte/Cargo.toml | 4 ++-- template_yarte/README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/template_yarte/Cargo.toml b/template_yarte/Cargo.toml index 67f31b33..0069a0df 100644 --- a/template_yarte/Cargo.toml +++ b/template_yarte/Cargo.toml @@ -10,12 +10,12 @@ workspace = ".." [dependencies] env_logger = "0.6" -yarte = { version = "0.2", features=["with-actix-web"] } +yarte = { version = "0.3", features=["with-actix-web"] } actix-web = "1.0" [build-dependencies] -yarte = { version = "0.2", features=["with-actix-web"] } +yarte = { version = "0.3", features=["with-actix-web"] } [dev-dependencies] bytes = "0.4" diff --git a/template_yarte/README.md b/template_yarte/README.md index 1aabc641..21de4169 100644 --- a/template_yarte/README.md +++ b/template_yarte/README.md @@ -2,10 +2,11 @@ Minimal example of using template [yarte](https://gitlab.com/r-iendo/yarte) that displays a form. +[Template benchmarks in stable](https://gitlab.com/botika/template-benchmarks-rs) + ```bash cargo test cargo run ``` > open `localhost:8080` -