(cargo-release) version 5.0.0-alpha.1
This commit is contained in:
parent
3fba9fea76
commit
448320d72d
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -28,7 +28,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "evalexpr"
|
name = "evalexpr"
|
||||||
version = "5.0.0-alpha.0"
|
version = "5.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "evalexpr"
|
name = "evalexpr"
|
||||||
version = "5.0.0-alpha.0"
|
version = "5.0.0-alpha.1"
|
||||||
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