diff --git a/Cargo.lock b/Cargo.lock index 0bf5ce1..ba12755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "cargo-attribution" -version = "0.8.4" +version = "0.8.5" dependencies = [ "adler", "bytes", diff --git a/attribution/self.toml b/attribution/self.toml index b62642c..d8c6f6d 100644 --- a/attribution/self.toml +++ b/attribution/self.toml @@ -1,6 +1,6 @@ [self] name = "cargo-attribution" -version = "0.8.4" +version = "0.8.5" description = "A cargo subcommand to give credit to your dependencies" license = "MPL-2.0" authors = ["AmeKnite"]