From 05430caca06df95d427a36d536e5a541a9f3b94a Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 17 Oct 2024 11:37:44 +0300 Subject: [PATCH] Release 12.0.0 evalexpr@12.0.0 Generated by cargo-workspaces --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00c9099..d010031 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "evalexpr" -version = "11.3.1" +version = "12.0.0" dependencies = [ "rand", "rand_pcg", diff --git a/Cargo.toml b/Cargo.toml index 8363f6f..707bf7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "11.3.1" +version = "12.0.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]