From 2d886f13cbcab5ea57ee373dbfd581f8d0795d7c Mon Sep 17 00:00:00 2001 From: blelump Date: Wed, 7 Aug 2024 15:18:56 +0200 Subject: [PATCH] chore: Release --- components/controller/Cargo.toml | 6 +++--- components/watcher/Cargo.toml | 2 +- components/witness/Cargo.toml | 2 +- keriox_core/Cargo.toml | 2 +- support/teliox/Cargo.toml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/controller/Cargo.toml b/components/controller/Cargo.toml index fa9f3f42..ac2c2d5b 100644 --- a/components/controller/Cargo.toml +++ b/components/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keri-controller" -version = "0.12.2" +version = "0.12.3" description = "KERI Identifier Management Library" authors.workspace = true edition.workspace = true @@ -12,8 +12,8 @@ repository.workspace = true [dependencies] async-std = { version = "1.12.0", features = ["attributes", "tokio1"] } futures = "0.3.24" -keri-core = { path = "../../keriox_core", version = "0.12.2", features = ["oobi", "mailbox"] } -teliox = {path = "../../support/teliox", version = "0.12.2" } +keri-core = { path = "../../keriox_core", version = "0.12.3", features = ["oobi", "mailbox"] } +teliox = {path = "../../support/teliox", version = "0.12.3" } thiserror = "1.0" serde_json = "1.0" url = "2.3.1" diff --git a/components/watcher/Cargo.toml b/components/watcher/Cargo.toml index 23cceac3..af64c120 100644 --- a/components/watcher/Cargo.toml +++ b/components/watcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watcher" -version = "0.12.2" +version = "0.12.3" publish = false authors.workspace = true edition.workspace = true diff --git a/components/witness/Cargo.toml b/components/witness/Cargo.toml index 959b9ecc..8194cd94 100644 --- a/components/witness/Cargo.toml +++ b/components/witness/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witness" -version = "0.12.2" +version = "0.12.3" publish = false authors.workspace = true edition.workspace = true diff --git a/keriox_core/Cargo.toml b/keriox_core/Cargo.toml index eb17adbb..8aee6f8d 100644 --- a/keriox_core/Cargo.toml +++ b/keriox_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keri-core" -version = "0.12.2" +version = "0.12.3" description = "Core library for the Key Event Receipt Infrastructure " authors.workspace = true edition.workspace = true diff --git a/support/teliox/Cargo.toml b/support/teliox/Cargo.toml index 49ddb646..30230e45 100644 --- a/support/teliox/Cargo.toml +++ b/support/teliox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teliox" -version = "0.12.2" +version = "0.12.3" description = "Library for the Transaction Event Log" authors.workspace = true edition.workspace = true @@ -10,7 +10,7 @@ repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -keri-core = {path = "../../keriox_core", version = "0.12.2", features = ["oobi", "mailbox"]} +keri-core = {path = "../../keriox_core", version = "0.12.3", features = ["oobi", "mailbox"]} said = { version = "0.4.0" } cesrox = { version = "0.1.4" } base64 = "0.13.0"