mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
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.
This commit is contained in:
commit
d25ecc800e
@ -2,6 +2,7 @@
|
||||
name = "cargo-test-support"
|
||||
version = "0.1.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
|
Loading…
x
Reference in New Issue
Block a user