Skip to content

Commit 64a9c0e

Browse files
committed
Point to a license file that exists
1 parent 000a2ae commit 64a9c0e

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)