Skip to content

Commit d358ceb

Browse files
committed
Bump to 0.6.0-rc1
1 parent bd969b9 commit d358ceb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["kangalio <[email protected]>"]
33
edition = "2018"
44
name = "poise"
5-
version = "0.6.0"
5+
version = "0.6.0-rc1"
66
rust-version = "1.74.0"
77
description = "A Discord bot framework for serenity"
88
license = "MIT"

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poise_macros"
3-
version = "0.6.0" # remember to update the version
3+
version = "0.6.0-rc1" # remember to update the version
44
authors = ["kangalio <[email protected]>"]
55
edition = "2018"
66
description = "Internal macro implementation crate of poise"

0 commit comments

Comments
 (0)