From 02001c0630d66ecb20aed4334fe8ae0ebb4ea166 Mon Sep 17 00:00:00 2001 From: Valentin Weber Date: Sat, 19 Jul 2025 15:57:42 +0200 Subject: [PATCH] chore: add newline at end of file --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af8a46a..80f7f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,4 +50,5 @@ serde_json = { version = "1.0.140", optional = true } time = "0.3.41" toml = { version = "0.9.2", optional = true } zerocopy = { version = "0.8.26", features = ["derive"] } -image = "0.25.6" \ No newline at end of file +image = "0.25.6" +