Skip to content

Commit 23df0c1

Browse files
authored
Merge pull request #72 from cipherstash/readme-updates
Update README, include in src/lib.rs, bump version
2 parents f126e6b + a014495 commit 23df0c1

File tree

4 files changed

+535
-1014
lines changed

4 files changed

+535
-1014
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,12 @@ repository = "https://github.com/cipherstash/cipherstash-dynamodb"
66
documentation = "https://docs.rs/cipherstash-dynamodb"
77
readme = "README.md"
88
description = "CipherStash SDK for searchable, in-use encryption for DynamoDB"
9-
version = "0.7.1"
9+
version = "0.7.2"
1010
edition = "2021"
1111
authors = ["CipherStash <info@cipherstash.com>"]
1212
keywords = ["cryptography", "security", "databases", "encryption", "dynamodb"]
1313
categories = ["cryptography", "database"]
1414

15-
[lib]
16-
# Starting in Rust 1.62 you can use `cargo add` to add dependencies
17-
# to your project.
18-
#
19-
# If you're using an older Rust version,
20-
# download cargo-edit(https://github.com/killercup/cargo-edit#installation)
21-
# to install the `add` subcommand.
22-
#
23-
# Running `cargo add DEPENDENCY_NAME` will
24-
# add the latest version of a dependency to the list,
25-
# and it will keep the alphabetic ordering for you.
26-
2715
[dependencies]
2816
cipherstash-client = { version = "0.12" }
2917
cipherstash-dynamodb-derive = { version = "0.7", path = "cipherstash-dynamodb-derive" }

0 commit comments

Comments
 (0)