(cargo-release) start next development iteration 5.0.2

This commit is contained in:
Sebastian Schmidt 2019-08-30 10:58:35 +03:00
parent 954cb63af0
commit 15786378bc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -47,7 +47,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "evalexpr" name = "evalexpr"
version = "5.0.2" version = "5.0.3-alpha.0"
dependencies = [ dependencies = [
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_pcg 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand_pcg 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

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