Bump version to 0.5.0

This commit is contained in:
João Marcos P. Bezerra 2023-12-01 15:06:29 -03:00
parent e6ea9f7238
commit 5fff79e4e2
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -817,7 +817,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "ouch"
version = "0.4.2"
version = "0.5.0"
dependencies = [
"assert_cmd",
"atty",

View File

@ -1,6 +1,6 @@
[package]
name = "ouch"
version = "0.4.2"
version = "0.5.0"
authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"]
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"