Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Aug 13, 2021
1 parent b09a4c6 commit de55188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "exmex"
version = "0.8.3" # check html document root in lib.rs and the Readme.md
version = "0.8.4" # check html document root in lib.rs and the Readme.md
authors = ["Behrang Shafei <https://github.com/bertiqwerty>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add
```
[dependencies]
# ...
exmex = "0.8.3"
exmex = "0.8.4"
```
to your `Cargo.toml`.

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/exmex/0.8.3")]
#![doc(html_root_url = "https://docs.rs/exmex/0.8.4")]
//! Exmex is a fast, simple, and **ex**tendable **m**athematical **ex**pression evaluator.
//! ```rust
//! # use std::error::Error;
Expand Down

0 comments on commit de55188

Please sign in to comment.