diff --git a/Cargo.toml b/Cargo.toml index 9ad0b68..f59b857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "3.1.0-rc.1" +version = "3.1.0-rc.2" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]