diff --git a/Cargo.lock b/Cargo.lock index 893684c..58fb102 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "bindle" -version = "0.9.0-rc.1" +version = "0.9.0-rc.2" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 19a9ac9..095e244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bindle" -version = "0.9.0-rc.1" +version = "0.9.0-rc.2" authors = [ "Matt Butcher ", "Taylor Thomas "