From 735912fb977c294462422175be77152a5e57c46b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 21 Apr 2024 18:03:40 +0530 Subject: [PATCH] chore(release): bump rucksack to version 1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf96b36..ab454ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "rucksack" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "assay", diff --git a/Cargo.toml b/Cargo.toml index b26a57b..42249a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rucksack" -version = "1.1.0" +version = "1.1.1" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to collect files from multiple directories into a single target"