From 8ec926d27eae1b081588c5122b1eb7f83f3c08e3 Mon Sep 17 00:00:00 2001 From: ameknite Date: Mon, 1 Jul 2024 01:13:33 +0000 Subject: [PATCH] [0.8.2]: 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 f47d80b..358f6e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "cargo-attribution" -version = "0.8.1" +version = "0.8.2" dependencies = [ "adler", "bytes", diff --git a/attribution/self.toml b/attribution/self.toml index e2920d8..a5ba424 100644 --- a/attribution/self.toml +++ b/attribution/self.toml @@ -1,6 +1,6 @@ [self] name = "cargo-attribution" -version = "0.8.1" +version = "0.8.2" description = "A cargo subcommand to give credit to your dependencies" license = "MPL-2.0" authors = ["AmeKnite"]