We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650f804 commit 595afbcCopy full SHA for 595afbc
Cargo.toml
@@ -8,7 +8,7 @@ license = "ISC"
8
name = "serenity"
9
readme = "README.md"
10
repository = "https://github.com/serenity-rs/serenity.git"
11
-version = "0.6.1"
+version = "0.6.2"
12
edition = "2018"
13
14
[dependencies]
command_attr/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "command_attr"
3
-version = "0.1.2"
+version = "0.1.3"
4
authors = ["acdenisSK <[email protected]>"]
5
6
description = "Procedural macros for command creation for the Serenity library."
0 commit comments