chore(release): bump file-collector to version 0.4.1

This commit is contained in:
Harsh Shandilya 2023-08-14 18:10:26 +05:30
parent 450fb707c2
commit c5b7c9e493
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -184,7 +184,7 @@ checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
[[package]]
name = "file-collector"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"assay",

View File

@ -1,6 +1,6 @@
[package]
name = "file-collector"
version = "0.4.0"
version = "0.4.1"
authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
edition = "2021"
description = "CLI tool to collect files from multiple directories into a single target"