From 296e5441c7bb19b6bfbe95ed4e839d6a2d3fe452 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Fri, 25 Oct 2024 21:38:43 +0200 Subject: [PATCH] 1.0.0 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 531623a..15acdea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["panic-handler", "panic", "halt"] license = "MIT OR Apache-2.0" name = "panic-halt" repository = "https://github.com/korken89/panic-halt" -version = "1.0.0-rc1" +version = "1.0.0" readme = "README.md" edition = "2021" rust-version = "1.58.0"