Skip to content

Commit

Permalink
feat: versions aligned (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-affinidi committed Sep 10, 2024
1 parent f96cb91 commit 525644a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

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

[workspace.package]
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = ["Glenn Gore <glenn@affinidi.com>"]
description = "Affinidi DID Resolver"
Expand Down Expand Up @@ -36,10 +36,10 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }

# Cache Server
affinidi-did-resolver-cache-sdk = { version = "0.1", path = "./affinidi-did-resolver-cache-sdk" }
did-peer = { version = "0.1", path = "./affinidi-did-resolver-methods/did-peer" }
axum = { version = "0.7", features = ["ws"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
axum-server = { version = "0.7", features = ["tls-rustls"] }
did-peer = { version = "0.1", path = "./affinidi-did-resolver-methods/did-peer" }
chrono = "0.4"
http = "1"
toml = "0.8"
Expand Down

0 comments on commit 525644a

Please sign in to comment.