From 9d58d16a9ba28f34f592a5bb13d6cd141aebe691 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 13 Mar 2022 12:38:29 +0200 Subject: [PATCH] Release 7.1.0 evalexpr@7.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 cf30697..17a243c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "7.0.1" +version = "7.1.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]