Skip to content

Commit

Permalink
feat: release-0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-affinidi committed Dec 21, 2024
1 parent 891adc2 commit d9d6fe0
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.6'
version = '0.8.7'
edition = "2021"
authors = ["Glenn Gore <[email protected]>"]
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.6", path = "./affinidi-messaging-sdk" }
affinidi-messaging-didcomm = { version = "0.8.6", path = "./affinidi-messaging-didcomm" }
affinidi-messaging-mediator = { version = "0.8.6", path = "./affinidi-messaging-mediator" }
affinidi-messaging-sdk = { version = "0.8.7", path = "./affinidi-messaging-sdk" }
affinidi-messaging-didcomm = { version = "0.8.7", path = "./affinidi-messaging-didcomm" }
affinidi-messaging-mediator = { version = "0.8.7", path = "./affinidi-messaging-mediator" }
affinidi-did-resolver-cache-sdk = { version = "0.2.3", features = ["network"] }
anyhow = '1.0'
askar-crypto = "0.3.3"
Expand Down

0 comments on commit d9d6fe0

Please sign in to comment.