From 0ea16e9ad7999009d8db6f3360a6d7ea4d085d21 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Sat, 15 Feb 2025 17:32:07 -0500 Subject: [PATCH] chore: Release s3glob version 0.2.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76f8528..5e5271a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2440,7 +2440,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "s3glob" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "assert2", diff --git a/Cargo.toml b/Cargo.toml index 233e8d3..cc7974f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s3glob" -version = "0.2.4" +version = "0.2.5" edition = "2021" authors = ["Brandon W Maister "] license = "MIT, APACHE-2.0"