From da7d52caef76eafbf32dfc957ccc3efcfd636891 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 24 Jun 2023 00:07:44 -0400 Subject: [PATCH] Allow calling functions without arguments --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46d6c35..6a9400e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "expressive" -version = "0.1.1" +version = "0.1.2" description = "Fork of evalexpr" authors = ["jeff "] repository = "https://git.jeffa.io/jeff/expressive.git"