Skip to content

Commit

Permalink
Bump command_attr version
Browse files Browse the repository at this point in the history
Also update my name listed for `command_attr`.
  • Loading branch information
arqunis committed Jun 1, 2024
1 parent e5f7e5e commit 2fb241f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions command_attr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "command_attr"
version = "0.5.1"
authors = ["acdenisSK <acdenissk69@gmail.com>"]
version = "0.5.2"
authors = ["Alex M. M. <acdenissk69@gmail.com>"]
edition = "2021"
description = "Procedural macros for command creation for the Serenity library."
license = "ISC"
Expand Down

0 comments on commit 2fb241f

Please sign in to comment.