diff --git a/Cargo.lock b/Cargo.lock index 52b1de2..f8019a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "hippo" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 51ba5b2..a238933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hippo" -version = "0.15.0" +version = "0.16.0" authors = [ "Ivan Towlson ", "Matt Fisher "