Skip to content

Commit 2fb241f

Browse files
committed
Bump command_attr version
Also update my name listed for `command_attr`.
1 parent e5f7e5e commit 2fb241f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ed25519-dalek = { version = "2.0.0", optional = true }
5252
typesize = { version = "0.1.2", optional = true, features = ["url", "time", "serde_json", "secrecy", "dashmap", "parking_lot", "details"] }
5353
# serde feature only allows for serialisation,
5454
# Serenity workspace crates
55-
command_attr = { version = "0.5.1", path = "./command_attr", optional = true }
55+
command_attr = { version = "0.5.2", path = "./command_attr", optional = true }
5656
serenity-voice-model = { version = "0.2.0", path = "./voice-model", optional = true }
5757

5858
[dev-dependencies.http_crate]

command_attr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "command_attr"
3-
version = "0.5.1"
4-
authors = ["acdenisSK <[email protected]>"]
3+
version = "0.5.2"
4+
authors = ["Alex M. M. <[email protected]>"]
55
edition = "2021"
66
description = "Procedural macros for command creation for the Serenity library."
77
license = "ISC"

0 commit comments

Comments
 (0)