diff --git a/Cargo.lock b/Cargo.lock index c0cb3be..11d8e50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,7 +127,7 @@ dependencies = [ [[package]] name = "cargo-attribution" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bytes", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 4935b7d..82f89d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-attribution" -version = "0.6.0" +version = "0.6.1" authors = ["AmeKnite"] edition = "2021" rust-version = "1.70.0" diff --git a/attribution/self.toml b/attribution/self.toml index a52fe6d..dec5859 100644 --- a/attribution/self.toml +++ b/attribution/self.toml @@ -1,6 +1,6 @@ [self] name = "cargo-attribution" -version = "0.6.0" +version = "0.6.1" description = "A cargo subcommand to give credit to your dependencies" license = "MPL-2.0" authors = ["AmeKnite"]