From db191e167450ec04fa8983468731ec15413b3475 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 22 Jul 2022 12:20:08 +0300 Subject: [PATCH] Release 8.1.0 evalexpr@8.1.0 Generated by cargo-workspaces --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bb5236..1912c09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "8.0.0" +version = "8.1.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]