Skip to content

Commit c6d20cc

Browse files
authored
Merge pull request #1 from Dylan-DPC/patch-1
update license as per cargo guidelines
2 parents 27ba3a8 + d152be1 commit c6d20cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "custom_debug_derive"
33
version = "0.1.3"
44
authors = ["panicbit <[email protected]>"]
55
description = "Derive Debug with a custom format per field"
6-
license = "MIT/Apache-2.0"
6+
license = "Apache-2.0 OR MIT"
77
repository = "https://github.com/panicbit/custom_debug_derive"
88
readme = "README.md"
99

0 commit comments

Comments
 (0)