We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7549e2f + 24ff781 commit 9aace56Copy full SHA for 9aace56
Cargo.toml
@@ -14,7 +14,7 @@ categories = ["cryptography", "database"]
14
15
[dependencies]
16
cipherstash-client = { version = "0.12" }
17
-cipherstash-dynamodb-derive = { version = "0.7", path = "cipherstash-dynamodb-derive" }
+cipherstash-dynamodb-derive = { version = "0.8", path = "cipherstash-dynamodb-derive" }
18
19
aws-sdk-dynamodb = "1.3.0"
20
async-trait = "0.1.73"
cipherstash-dynamodb-derive/Cargo.toml
@@ -4,7 +4,7 @@ license-file = "../LICENSE.md"
4
homepage = "https://cipherstash.com"
5
readme = "../README.md"
6
description = "Derive macros for the CipherStash client for DynamoDB"
7
-version = "0.7.1"
+version = "0.8.0"
8
edition = "2021"
9
10
[lib]
0 commit comments