Skip to content

Commit d25ecc8

Browse files
committed
Auto merge of #8386 - crlf0710:master, r=ehuss
Add missing license field. Hi, i was playing with `cargo-deny`, and found that it says this crate doesn't have a license field. So i'm going ahead and add it for consistency.
2 parents c8ae267 + ad0940c commit d25ecc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "cargo-test-support"
33
version = "0.1.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

78
[lib]

0 commit comments

Comments
 (0)