Skip to content

Commit 17c2d2e

Browse files
committed
Bump command_attr version
1 parent 7f56951 commit 17c2d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2", path = "./command_attr", optional = true }
55+
command_attr = { version = "0.5.3", 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "command_attr"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["Alex M. M. <[email protected]>"]
55
edition = "2021"
66
description = "Procedural macros for command creation for the Serenity library."

0 commit comments

Comments
 (0)