(cargo-release) version 5.0.4

This commit is contained in:
Sebastian Schmidt 2019-09-13 17:26:24 +02:00
parent 976c3e144e
commit 43e6aa71f7
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.4-alpha.0"
version = "5.0.4"
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.4-alpha.0"
version = "5.0.4"
description = "A powerful arithmetic and boolean expression evaluator"
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
categories = ["parsing", "game-engines"]