(cargo-release) version 5.0.0-rc.1

This commit is contained in:
Sebastian Schmidt 2019-08-29 18:39:48 +03:00
parent 463bd77e57
commit 7c8d845d12
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-beta.1"
version = "5.0.0-rc.1"
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-beta.1"
version = "5.0.0-rc.1"
description = "A powerful arithmetic and boolean expression evaluator"
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
categories = ["parsing", "game-engines"]