Skip to content

Commit 0618894

Browse files
committed
Bump version
1 parent db76fc7 commit 0618894

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.6.0-rc.0"
11+
version = "0.6.0-rc.1"
1212
edition = "2018"
1313

1414
[dependencies]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Add the following to your `Cargo.toml` file:
9797

9898
```toml
9999
[dependencies]
100-
serenity = "0.6.0-rc.0"
100+
serenity = "0.6.0-rc.1"
101101
```
102102

103103
Serenity supports a minimum of Rust 1.34.2.
@@ -111,7 +111,7 @@ Cargo.toml:
111111
[dependencies.serenity]
112112
default-features = false
113113
features = ["pick", "your", "feature", "names", "here"]
114-
version = "0.6.0-rc.0"
114+
version = "0.6.0-rc.1"
115115
```
116116

117117
The default features are: `builder`, `cache`, `client`, `framework`, `gateway`,
@@ -166,7 +166,7 @@ features = [
166166
"utils",
167167
"rustls_backend",
168168
]
169-
version = "0.6.0-rc.0"
169+
version = "0.6.0-rc.1"
170170
```
171171

172172
# Dependencies

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//!
3737
//! ```toml
3838
//! [dependencies]
39-
//! serenity = "0.6.0-rc.0"
39+
//! serenity = "0.6.0-rc.1"
4040
//! ```
4141
//!
4242
//! [`Cache`]: cache/struct.Cache.html

0 commit comments

Comments
 (0)