diff --git a/Cargo.toml b/Cargo.toml index e491f3f..4156507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "1.1.1-alpha.0" +version = "1.2.0-alpha.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"] @@ -21,4 +21,4 @@ serde = { version = "1", optional = true} [features] [dev-dependencies] -ron = "0.4" \ No newline at end of file +ron = "0.4"