diff --git a/Cargo.lock b/Cargo.lock index 1c9f17f..be818a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "hippo" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5c83878..9622fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hippo" -version = "0.12.0" +version = "0.13.0" authors = [ "Ivan Towlson ", "Matt Fisher "