diff --git a/Cargo.lock b/Cargo.lock index e1bd494..e4c24fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2439,7 +2439,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "s3glob" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "assert2", diff --git a/Cargo.toml b/Cargo.toml index 08eab11..36d550f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s3glob" -version = "0.1.1" +version = "0.2.0" edition = "2021" authors = ["Brandon W Maister "] license = "MIT, APACHE-2.0"