Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/update'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Dec 24, 2018
2 parents 134bca1 + 56e302f commit c0d6bfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-lichking"
version = "0.7.1"
version = "0.8.0"
authors = ["Wim Looman <wim@nemo157.com>"]

description = "Display info about licensing of dependencies"
Expand Down
2 changes: 1 addition & 1 deletion src/thirdparty.rs
Expand Up @@ -215,7 +215,7 @@ pub const CRATES: &[LicensedCrate] = &[

LicensedCrate {
name: "cargo-lichking",
version: "0.7.1",
version: "0.8.0",
licenses: Licenses {
name: "MIT / Apache-2.0",
licenses: &[
Expand Down

0 comments on commit c0d6bfd

Please sign in to comment.