diff --git a/Cargo.lock b/Cargo.lock index 488a79a..7e5d146 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "cargo-attribution" -version = "0.8.6" +version = "0.8.7" dependencies = [ "adler", "bytes", diff --git a/attribution/self.toml b/attribution/self.toml index 513546c..14a3ce6 100644 --- a/attribution/self.toml +++ b/attribution/self.toml @@ -1,6 +1,6 @@ [self] name = "cargo-attribution" -version = "0.8.6" +version = "0.8.7" description = "A cargo subcommand to give credit to your dependencies" license = "MPL-2.0" authors = ["AmeKnite"]