(cargo-release) version 5.0.5-alpha.4
This commit is contained in:
parent
8cb38e0433
commit
d0bc7b562b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -47,7 +47,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "evalexpr"
|
||||
version = "5.0.5-alpha.3"
|
||||
version = "5.0.5-alpha.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)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "evalexpr"
|
||||
version = "5.0.5-alpha.3"
|
||||
version = "5.0.5-alpha.4"
|
||||
description = "A powerful arithmetic and boolean expression evaluator"
|
||||
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
|
||||
categories = ["parsing", "game-engines"]
|
||||
|
Loading…
Reference in New Issue
Block a user