diff --git a/akd/Cargo.toml b/akd/Cargo.toml index 2d013631..79d30b72 100644 --- a/akd/Cargo.toml +++ b/akd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akd" -version = "0.3.6" +version = "0.3.7" authors = ["Harjasleen Malvai ", "Kevin Lewi ", "Sean Lawlor "] description = "An implementation of an auditable key directory" license = "MIT OR Apache-2.0" diff --git a/akd_mysql/Cargo.toml b/akd_mysql/Cargo.toml index c62c7bd7..80835c13 100644 --- a/akd_mysql/Cargo.toml +++ b/akd_mysql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akd_mysql" -version = "0.3.6" +version = "0.3.7" authors = ["Harjasleen Malvai ", "Kevin Lewi ", "Sean Lawlor "] description = "A MySQL storage layer implementation for an auditable key directory (AKD)" license = "MIT OR Apache-2.0" @@ -23,7 +23,7 @@ tokio = { version = "1.10", features = ["full"] } async-recursion = "0.3" mysql_async = "0.28.1" log = { version = "0.4.8", features = ["kv_unstable"] } -akd = { path = "../akd", version = "^0.3.4" } +akd = { path = "../akd", version = "^0.3.6" } [dev-dependencies] criterion = "0.3"