Skip to content

Commit 4f76eae

Browse files
authored
Merge pull request #68 from cipherstash/prep-for-crates-release
Updated deps, bumped version
2 parents 6430891 + 008869e commit 4f76eae

File tree

4 files changed

+39
-35
lines changed

4 files changed

+39
-35
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.envrc
44
.env
55
.DS_Store
6+
.mise.toml

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ license-file = "LICENSE.md"
44
homepage = "https://cipherstash.com"
55
repository = "https://github.com/cipherstash/cipherstash-dynamodb"
66
readme = "README.md"
7-
description = "CipherStash client for storing and querying encrypted data in DynamoDB"
7+
description = "CipherStash SDK for searchable, in-use encryption for DynamoDB"
88
version = "0.7.1"
99
edition = "2021"
10+
authors = ["CipherStash <info@cipherstash.com>"]
11+
keywords = ["cryptography", "security", "databases", "encryption", "dynamodb"]
12+
categories = ["cryptography", "database"]
1013

1114
[package.metadata.docs.rs]
1215
repository = "https://github.com/cipherstash/cipherstash-dynamodb"
@@ -24,7 +27,7 @@ repository = "https://github.com/cipherstash/cipherstash-dynamodb"
2427
# and it will keep the alphabetic ordering for you.
2528

2629
[dependencies]
27-
cipherstash-client = { version = "0.12", registry = "cipherstash" }
30+
cipherstash-client = { version = "0.12" }
2831
cipherstash-dynamodb-derive = { version = "0.7", path = "cipherstash-dynamodb-derive", registry = "cipherstash" }
2932

3033
aws-sdk-dynamodb = "1.3.0"

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.0"
7+
version = "0.7.1"
88
edition = "2021"
99

1010
[lib]

0 commit comments

Comments
 (0)