From 82ab36a5a0c021210e60520040ce335b827a7dff Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Mon, 2 Feb 2026 22:53:08 +0100 Subject: Make it deployable --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4a54256..ab19366 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "version-bumper" version = "0.1.0" edition = "2024" +[profile.dev] +panic="abort" + +[profile.release] +panic="abort" + [dependencies] base64 = "0.22.1" chrono = "0.4.43" -- cgit v1.2.3