From 1e05dc096d7c24087c720ae61d2c6fb296e50286 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 3 Aug 2023 17:52:43 +0200 Subject: Introduce the require!() macro --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 114b6d8..8a8016c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cerm" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Thomas Voss "] description = "C-inspired error reporting macros" -- cgit v1.2.3