Skip to content

Commit

Permalink
chore: include license text in crate artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan committed Dec 16, 2021
1 parent d063c77 commit 7f68d9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pretty_assertions/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ description = "Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements
repository = "https://github.com/colin-kiegel/rust-pretty-assertions"
documentation = "https://docs.rs/pretty_assertions"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
categories = ["development-tools"]
keywords = ["assert", "diff", "pretty", "color"]
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions pretty_assertions/LICENSE-APACHE
1 change: 1 addition & 0 deletions pretty_assertions/LICENSE-MIT
1 change: 1 addition & 0 deletions pretty_assertions_bench/Cargo.toml
Expand Up @@ -3,6 +3,7 @@ name = "pretty_assertions_bench"
version = "0.1.0"
authors = ["Tom Milligan <code@tommilligan.net>"]
edition = "2018"
publish = false

[dependencies]
criterion = { version = "0.3.5", features = ["html_reports"] }
Expand Down

0 comments on commit 7f68d9a

Please sign in to comment.