From 33bb29ee67a399ba371b15c77677ede4ce0fd368 Mon Sep 17 00:00:00 2001 From: ameknite Date: Thu, 10 Oct 2024 19:06:23 +0000 Subject: [PATCH] [0.8.5]: Update Attributions --- Cargo.lock | 2 +- attribution/self.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]