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