From 88ad6c60d13e45dfea3d4299b327d01e268e29ca Mon Sep 17 00:00:00 2001 From: Peter Todorov Date: Sat, 24 Aug 2024 09:35:29 +0300 Subject: [PATCH] 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c301b6..ebb46c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dontpanic" description = "Get instant notifications about any panic!(); in your codebase." -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Peter Todorov "]