Skip to content

Commit bd29ed3

Browse files
authored
Merge pull request #59 from cipherstash/fix-license-paths
Point to a license file that exists
2 parents 000a2ae + 64a9c0e commit bd29ed3

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "cipherstash-dynamodb"
3-
license-file = "LICENSE"
3+
license-file = "LICENSE.md"
44
homepage = "https://cipherstash.com"
55
repository = "https://github.com/cipherstash/cipherstash-dynamodb"
66
readme = "README.md"

cipherstash-dynamodb-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cipherstash-dynamodb-derive"
3-
license-file = "../LICENSE"
3+
license-file = "../LICENSE.md"
44
homepage = "https://cipherstash.com"
55
readme = "../README.md"
66
description = "Derive macros for the CipherStash client for DynamoDB"

0 commit comments

Comments
 (0)