diff --git a/Cargo.lock b/Cargo.lock index b7ac584d..10417cee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -817,7 +817,7 @@ dependencies = [ [[package]] name = "cipherstash-dynamodb" -version = "0.9.0-pre.1" +version = "0.9.0-pre.2" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index da0e8aec..35753723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/cipherstash/cipherstash-dynamodb" documentation = "https://docs.rs/cipherstash-dynamodb" readme = "README.md" description = "CipherStash SDK for searchable, in-use encryption for DynamoDB" -version = "0.9.0-pre.1" +version = "0.9.0-pre.2" edition = "2021" authors = ["CipherStash "] keywords = ["cryptography", "security", "databases", "encryption", "dynamodb"]