From 8d6a486cfb913e91ec4195ef63220d80c933c9d1 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 10 Aug 2024 13:21:38 +0200 Subject: [PATCH] v0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20c78eb..a9a18f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "cargo-careful" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "directories", diff --git a/Cargo.toml b/Cargo.toml index efa7e9c..29e905b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-careful" authors = ["Ralf Jung"] -version = "0.4.2" +version = "0.4.3" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/RalfJung/cargo-careful"