Skip to content

Commit 759c6b4

Browse files
committed
Bump versions
1 parent 8d8831e commit 759c6b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "ISC"
88
name = "serenity"
99
readme = "README.md"
1010
repository = "https://github.com/serenity-rs/serenity.git"
11-
version = "0.12.0-rc"
11+
version = "0.12.0-rc2"
1212
edition = "2021"
1313
rust-version = "1.74"
1414
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]
@@ -51,7 +51,7 @@ ed25519-dalek = { version = "2.0.0", optional = true }
5151
typesize = { version = "0.1.2", optional = true, features = ["url", "time", "serde_json", "secrecy", "dashmap", "parking_lot", "details"] }
5252
# serde feature only allows for serialisation,
5353
# Serenity workspace crates
54-
command_attr = { version = "0.5.0", path = "./command_attr", optional = true }
54+
command_attr = { version = "0.5.1", path = "./command_attr", optional = true }
5555
serenity-voice-model = { version = "0.1.1", path = "./voice-model", optional = true }
5656

5757
[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.0"
3+
version = "0.5.1"
44
authors = ["acdenisSK <[email protected]>"]
55
edition = "2018"
66
description = "Procedural macros for command creation for the Serenity library."

0 commit comments

Comments
 (0)