Skip to content

Commit 9aace56

Browse files
authored
Merge pull request #80 from cipherstash/chore/bump-version-derive
Bumped cipherstash-dynamodb-derive to 0.8.0 and updated dep
2 parents 7549e2f + 24ff781 commit 9aace56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["cryptography", "database"]
1414

1515
[dependencies]
1616
cipherstash-client = { version = "0.12" }
17-
cipherstash-dynamodb-derive = { version = "0.7", path = "cipherstash-dynamodb-derive" }
17+
cipherstash-dynamodb-derive = { version = "0.8", path = "cipherstash-dynamodb-derive" }
1818

1919
aws-sdk-dynamodb = "1.3.0"
2020
async-trait = "0.1.73"

cipherstash-dynamodb-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license-file = "../LICENSE.md"
44
homepage = "https://cipherstash.com"
55
readme = "../README.md"
66
description = "Derive macros for the CipherStash client for DynamoDB"
7-
version = "0.7.1"
7+
version = "0.8.0"
88
edition = "2021"
99

1010
[lib]

0 commit comments

Comments
 (0)