Skip to content

Commit

Permalink
KBS: resolve AS dep
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Nov 22, 2023
1 parent 7f5777f commit 2ad48f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ anyhow = "1.0"
api-server = { path = "kbs/src/api", default-features = false }
assert-json-diff = "2.0.2"
async-trait = "0.1.31"
attestation-service = { path = "attestation-service/attestation-service", default-features = false }
base64 = "0.21"
cfg-if = "1.0.0"
chrono = "0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion kbs/src/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ actix-web-httpauth = "0.8.0"
aes-gcm = { version = "0.10.1", optional = true }
anyhow.workspace = true
async-trait.workspace = true
attestation-service = { workspace = true, default-features = false, optional = true }
attestation-service = { path = "../../../attestation-service/attestation-service", default-features = false, optional = true }
base64.workspace = true
cfg-if.workspace = true
clap = { version = "4.3.21", features = ["derive", "env"] }
Expand Down

0 comments on commit 2ad48f4

Please sign in to comment.