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

This commit is contained in:
Harsh Shandilya 2022-11-01 22:55:48 +05:30
parent 7481bf23d6
commit f5590a7fb0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -121,7 +121,7 @@ dependencies = [
[[package]]
name = "file-collector"
version = "0.2.5-alpha.0"
version = "0.2.5"
dependencies = [
"anyhow",
"assay",

View File

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