Skip to content

Commit 82ef847

Browse files
authored
Cargo.toml: use standard dual license syntax
1 parent d2aee81 commit 82ef847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "quick-error"
33
description = """
44
A macro which makes error types pleasant to write.
55
"""
6-
license = "MIT OR Apache-2.0"
6+
license = "MIT/Apache-2.0"
77
version = "1.1.0"
88
keywords = ["macro", "error", "type", "enum"]
99
authors = ["Paul Colomiets <paul@colomiets.name>", "Colin Kiegel <kiegel@gmx.de>"]

0 commit comments

Comments
 (0)