(cargo-release) version 5.0.5

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