From ea49b99dbecf50bf5e4b2a2b55432c8ad569a73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Tue, 12 May 2026 10:28:29 +0200 Subject: [PATCH] chore: Release init version 2.6.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0e3f1c..48c0f62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -882,7 +882,7 @@ dependencies = [ [[package]] name = "init" -version = "2.6.5" +version = "2.6.6" dependencies = [ "dkl", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index baf0164..7190c64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "init" -version = "2.6.5" +version = "2.6.6" edition = "2024" [profile.release]