aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-03 17:52:43 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-03 17:55:51 +0200
commit1e05dc096d7c24087c720ae61d2c6fb296e50286 (patch)
tree1c8ad6f908fd64114554ab77b4a51fb8c51423e0 /Cargo.toml
parent97f5ace71262a74f89a0e6e31ec7b849d81af147 (diff)
Introduce the require!() macrov1.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <mail@thomasvoss.com>"]
description = "C-inspired error reporting macros"