Skip to content

Commit 889def9

Browse files
committed
Corrected cipherstash-client dep
1 parent 581d510 commit 889def9

2 files changed

Lines changed: 13 additions & 101 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ keywords = ["cryptography", "security", "databases", "encryption", "dynamodb"]
1313
categories = ["cryptography", "database"]
1414

1515
[dependencies]
16-
#cipherstash-client = { version = "0.12" }
17-
cipherstash-client = { path = "../cipherstash-suite/packages/cipherstash-client" }
16+
cipherstash-client = { version = "0.12" }
1817
cipherstash-dynamodb-derive = { version = "0.7", path = "cipherstash-dynamodb-derive" }
1918

2019
aws-sdk-dynamodb = "1.3.0"

0 commit comments

Comments
 (0)