From 2fb241f2958ff79c4bcd9e1adfc9b39b1e353033 Mon Sep 17 00:00:00 2001 From: "Alex M. M." Date: Sat, 1 Jun 2024 23:31:03 +0200 Subject: [PATCH] Bump `command_attr` version Also update my name listed for `command_attr`. --- Cargo.toml | 2 +- command_attr/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index acd52bd3387..30d19a3f600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ ed25519-dalek = { version = "2.0.0", optional = true } typesize = { version = "0.1.2", optional = true, features = ["url", "time", "serde_json", "secrecy", "dashmap", "parking_lot", "details"] } # serde feature only allows for serialisation, # Serenity workspace crates -command_attr = { version = "0.5.1", path = "./command_attr", optional = true } +command_attr = { version = "0.5.2", path = "./command_attr", optional = true } serenity-voice-model = { version = "0.2.0", path = "./voice-model", optional = true } [dev-dependencies.http_crate] diff --git a/command_attr/Cargo.toml b/command_attr/Cargo.toml index 83e49479b84..343ae42c653 100644 --- a/command_attr/Cargo.toml +++ b/command_attr/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "command_attr" -version = "0.5.1" -authors = ["acdenisSK "] +version = "0.5.2" +authors = ["Alex M. M. "] edition = "2021" description = "Procedural macros for command creation for the Serenity library." license = "ISC"