From 5fff79e4e24a2ce7388f91c0825cff75f1ced45e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20Marcos=20P=2E=20Bezerra?= Date: Fri, 1 Dec 2023 15:06:29 -0300 Subject: [PATCH] Bump version to 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69c98a1..1a40872 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -817,7 +817,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "ouch" -version = "0.4.2" +version = "0.5.0" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index ea9ad7d..1fd37e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouch" -version = "0.4.2" +version = "0.5.0" authors = ["Vinícius Rodrigues Miguel ", "João M. Bezerra "] edition = "2021" readme = "README.md" @@ -26,7 +26,7 @@ lz4_flex = "0.11.1" once_cell = "1.18.0" rayon = "1.8.0" same-file = "1.0.6" -sevenz-rust = {version = "0.5.3", features = ["compress"]} +sevenz-rust = { version = "0.5.3", features = ["compress"] } snap = "1.1.0" tar = "0.4.40" tempfile = "3.8.1" -- 2.11.4.GIT