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