Skip to content

Commit

Permalink
Storage contract changes require 2x publishes (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Lawlor <[email protected]>
  • Loading branch information
slawlor and slawlor authored Dec 14, 2021
1 parent 1e2a0cb commit b0a10e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion akd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "akd"
version = "0.3.6"
version = "0.3.7"
authors = ["Harjasleen Malvai <[email protected]>", "Kevin Lewi <[email protected]>", "Sean Lawlor <[email protected]>"]
description = "An implementation of an auditable key directory"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions akd_mysql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "akd_mysql"
version = "0.3.6"
version = "0.3.7"
authors = ["Harjasleen Malvai <[email protected]>", "Kevin Lewi <[email protected]>", "Sean Lawlor <[email protected]>"]
description = "A MySQL storage layer implementation for an auditable key directory (AKD)"
license = "MIT OR Apache-2.0"
Expand All @@ -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"
Expand Down

0 comments on commit b0a10e8

Please sign in to comment.