diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-03 17:52:43 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-03 17:55:51 +0200 |
commit | 1e05dc096d7c24087c720ae61d2c6fb296e50286 (patch) | |
tree | 1c8ad6f908fd64114554ab77b4a51fb8c51423e0 /Cargo.toml | |
parent | 97f5ace71262a74f89a0e6e31ec7b849d81af147 (diff) |
Introduce the require!() macrov1.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |