From b0611d26d4cf2611890f7633df39cbad1008e970 Mon Sep 17 00:00:00 2001 From: Behrang Shafei <50267830+bertiqwerty@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:06:41 +0200 Subject: [PATCH] version bump --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32a9692..4ac1617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exmex" -version = "0.20.1" # check html document root in lib.rs +version = "0.20.2" # check html document root in lib.rs authors = ["Behrang Shafei "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 087dd99..44d1b23 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/exmex/0.20.1")] +#![doc(html_root_url = "https://docs.rs/exmex/0.20.2")] //! Exmex is an extendable mathematical expression parser and evaluator. Ease of use, flexibility, and efficient evaluations are its main design goals. //! Exmex can parse mathematical expressions possibly containing variables and operators. On the one hand, it comes with a list of default operators //! for floating point values. For differentiable default operators, Exmex can compute partial derivatives. On the other hand, users can define their