From 2ced05754a8acf416fdde2c0a1238f1e873b9081 Mon Sep 17 00:00:00 2001 From: raphaelcoeffic <1050031+raphaelcoeffic@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:27:55 +0100 Subject: [PATCH] chore: v0.1.1 release --- Cargo.toml | 2 +- image_builder/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a989de..7944ef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dive" -version = "0.1.0" +version = "0.1.1" edition = "2021" [features] diff --git a/image_builder/Cargo.toml b/image_builder/Cargo.toml index 66d8950..5b77143 100644 --- a/image_builder/Cargo.toml +++ b/image_builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "image_builder" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]