Skip to content

Commit

Permalink
feat: release-0.9.1 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-affinidi authored Jan 17, 2025
1 parent ed424f6 commit 9dbc188
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "2"

[workspace.package]
version = '0.8.11'
version = '0.9.1'
edition = "2021"
authors = ["Glenn Gore <glenn@affinidi.com>"]
description = "Affinidi Messaging"
Expand All @@ -22,9 +22,9 @@ license = "Apache-2.0"
repository = "https://github.com/affinidi/affinidi-messaging"

[workspace.dependencies]
affinidi-messaging-sdk = { version = "0.8.11", path = "./affinidi-messaging-sdk" }
affinidi-messaging-didcomm = { version = "0.8.11", path = "./affinidi-messaging-didcomm" }
affinidi-messaging-mediator = { version = "0.8.11", path = "./affinidi-messaging-mediator" }
affinidi-messaging-sdk = { version = "0.9.1", path = "./affinidi-messaging-sdk" }
affinidi-messaging-didcomm = { version = "0.9.1", path = "./affinidi-messaging-didcomm" }
affinidi-messaging-mediator = { version = "0.9.1", path = "./affinidi-messaging-mediator" }
affinidi-did-resolver-cache-sdk = { version = "0.2.4", features = ["network"] }
anyhow = '1.0'
askar-crypto = "0.3.3"
Expand Down

0 comments on commit 9dbc188

Please sign in to comment.