Skip to content

Commit

Permalink
Auto merge of #8386 - crlf0710:master, r=ehuss
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jun 20, 2020
2 parents c8ae267 + ad0940c commit d25ecc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cargo-test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "cargo-test-support"
version = "0.1.0"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"

[lib]
Expand Down

0 comments on commit d25ecc8

Please sign in to comment.