aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-01-20 09:13:24 -0800
committerZeyla Hellyer <[email protected]>2018-01-20 09:13:24 -0800
commit551f952b4b3505dd899ea150a4db671f33538e1f (patch)
tree76669dcb00e184b37468873a8cfdc38a32cd804d /src
parentFix compilation for some feature combinations (diff)
downloadserenity-551f952b4b3505dd899ea150a4db671f33538e1f.tar.xz
serenity-551f952b4b3505dd899ea150a4db671f33538e1f.zip
Bump to v0.5.0v0.5.0
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 163f709..d8400c7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -71,7 +71,7 @@
//!
//! ```toml
//! [dependencies]
-//! serenity = "0.4"
+//! serenity = "0.5"
//! ```
//!
//! and to the top of your `main.rs`: