From 85d28063ca063b610850a16e575c528bcbb7c05b Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 20 Feb 2022 09:58:44 +0200 Subject: [PATCH] Release 7.0.1 evalexpr@7.0.1 Generated by cargo-workspaces --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56dc361..cf30697 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "7.0.0" +version = "7.0.1" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]