From a1bfe7c0b6305ee103c9c2281a2aae59c70b18dd Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Mon, 14 Mar 2022 13:25:57 +0200 Subject: [PATCH] Release 7.1.1 evalexpr@7.1.1 Generated by cargo-workspaces --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b05a7cd..5da3db0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "7.1.0" +version = "7.1.1" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]