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"