Update target release
This commit is contained in:
parent
725472ef96
commit
15313f7341
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "evalexpr"
|
||||
version = "4.1.1-alpha.0"
|
||||
version = "5.0.0-alpha.0"
|
||||
description = "A powerful arithmetic and boolean expression evaluator"
|
||||
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
|
||||
categories = ["parsing", "game-engines"]
|
||||
|
@ -5,7 +5,7 @@
|
||||
//!
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! evalexpr = "3"
|
||||
//! evalexpr = "5"
|
||||
//! ```
|
||||
//!
|
||||
//! Add the `extern crate` definition to your `main.rs` or `lib.rs`:
|
||||
@ -310,7 +310,7 @@
|
||||
//!
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! evalexpr = {version = "3", features = ["serde_support"]}
|
||||
//! evalexpr = {version = "5", features = ["serde_support"]}
|
||||
//! ```
|
||||
//!
|
||||
//! This crate implements `serde::de::Deserialize` for its type `Node` that represents a parsed expression tree.
|
||||
|
Loading…
Reference in New Issue
Block a user