(cargo-release) start next development iteration 5.0.3
This commit is contained in:
parent
9b87517b86
commit
126896f113
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -47,7 +47,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "evalexpr"
|
name = "evalexpr"
|
||||||
version = "5.0.3"
|
version = "5.0.4-alpha.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"rand_pcg 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "evalexpr"
|
name = "evalexpr"
|
||||||
version = "5.0.3"
|
version = "5.0.4-alpha.0"
|
||||||
description = "A powerful arithmetic and boolean expression evaluator"
|
description = "A powerful arithmetic and boolean expression evaluator"
|
||||||
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
|
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
|
||||||
categories = ["parsing", "game-engines"]
|
categories = ["parsing", "game-engines"]
|
||||||
|
Loading…
Reference in New Issue
Block a user