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