Skip to content

Commit

Permalink
fix: version bumped: 0.7.2 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-affinidi authored Sep 16, 2024
1 parent 36b3303 commit 167734d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
secrets: inherit
with:
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071,RUSTSEC-2024-0373"
publish_dry_run: false
39 changes: 36 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ license = "Apache-2.0"
[workspace.dependencies]
affinidi-messaging-sdk = { version = "0.7", path = "./affinidi-messaging-sdk" }
affinidi-messaging-didcomm = { version = "0.7", path = "./affinidi-messaging-didcomm" }
affinidi-did-resolver-cache-sdk = { version = "0.1.7" }
affinidi-did-resolver-cache-sdk = { version = "0.1.9" }
did-peer = { version = "0.1.7" }
clap = { version = "4.5", features = ["derive"] }

0 comments on commit 167734d

Please sign in to comment.