diff --git a/Cargo.lock b/Cargo.lock index d70d307..2244a3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,7 +122,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "diffutils" -version = "0.4.0" +version = "0.4.1" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0e8dab9..f219dbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diffutils" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "A CLI app for generating diff files" license = "MIT OR Apache-2.0"