Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
edytapawlak committed Jan 24, 2024
1 parent b4f213a commit 01418d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository.workspace = true
async-std = { version = "1.12.0", features = ["attributes"] }
futures = "0.3.24"
keri-core = { path = "../../keriox_core", version = "0.9.0", features = ["oobi", "mailbox"] }
teliox = {path = "../../support/teliox", version = "0.1.0"}
teliox = {path = "../../support/teliox", version = "0.2.0" }
thiserror = "1.0"
serde_json = "1.0"
url = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion support/teliox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teliox"
version = "0.1.0"
version = "0.2.0"
description = "Library for the Transaction Event Log"
authors.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 01418d5

Please sign in to comment.