From 0e6e3daa4c6827ae6b03cc42eec561f230b2ca6a Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 13 Oct 2021 14:43:17 +0300 Subject: [PATCH] Release 6.6.0 evalexpr@6.6.0 Generated by cargo-workspaces --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af373bf..878aecb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "6.5.1-alpha.0" +version = "6.6.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]