(cargo-release) version 5.0.0

This commit is contained in:
Sebastian Schmidt 2019-08-30 10:45:27 +03:00
parent b656b2a970
commit a6e5c5088b
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]]
name = "evalexpr"
version = "5.0.0-rc.2"
version = "5.0.0"
dependencies = [
"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)",

View File

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