From 40e2475f234b0999cc334425c362d0dc69406678 Mon Sep 17 00:00:00 2001 From: fengcen Date: Fri, 24 Aug 2018 09:12:41 +0800 Subject: [PATCH] bump version 0.4.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 62c7e6b..1ef54a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eval" -version = "0.4.2" +version = "0.4.3" description = "Expression evaluator" keywords = ["expression", "evaluate", "evaluator", "expr", "template"] authors = ["fengcen "] diff --git a/README.md b/README.md index eba439f..e58b01a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ eval ==== [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) -[![docs](https://docs.rs/eval/badge.svg?version=0.4.2 "docs")](https://docs.rs/eval) +[![docs](https://docs.rs/eval/badge.svg?version=0.4.3 "docs")](https://docs.rs/eval) Eval is a powerful expression evaluator.