diff --git a/Cargo.lock b/Cargo.lock index b6ebd22af..bf47c6265 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2198,7 +2198,7 @@ dependencies = [ [[package]] name = "rustic-rs" -version = "0.6.0" +version = "0.6.1" dependencies = [ "abscissa_core", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index c8e328589..b0260fc5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "Apache-2.0 OR MIT" repository = "https://github.com/rustic-rs/rustic"