Skip to content

Commit

Permalink
Replace specific version in README with <desired version>.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Dec 7, 2023
1 parent b39bbd7 commit 61eb901
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

### Fixed

* Minor error in README.

### Deprecated

### Contributors
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ This can be done like this in the `Cargo.toml`:

```toml
[dependencies]
evalexpr = {version = "7", features = ["serde_support"]}
evalexpr = {version = "<desired version>", features = ["serde_support"]}
```

This crate implements `serde::de::Deserialize` for its type `Node` that represents a parsed expression tree.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
//!
//! ```toml
//! [dependencies]
//! evalexpr = {version = "7", features = ["serde_support"]}
//! evalexpr = {version = "<desired version>", features = ["serde_support"]}
//! ```
//!
//! This crate implements `serde::de::Deserialize` for its type `Node` that represents a parsed expression tree.
Expand Down

0 comments on commit 61eb901

Please sign in to comment.