(cargo-release) version 1.1.0-rc.1

This commit is contained in:
Sebastian Schmidt 2019-03-20 17:33:03 +02:00
parent 5b7ba2345a
commit 1badd5cf52

View File

@ -1,6 +1,6 @@
[package]
name = "evalexpr"
version = "1.1.0-alpha.0"
version = "1.1.0-rc.1"
description = "A powerful arithmetic and boolean expression evaluator"
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
categories = ["parsing", "game-engines"]