aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-25 07:53:22 -0700
committerZeyla Hellyer <[email protected]>2017-09-25 09:45:14 -0700
commit0fcf1d3881fcfd07ced9ed877a8fd4796546bb40 (patch)
tree09a21341c970ec6ab4c96089386200738abe4850 /src/lib.rs
parentUse display instead of std::error::Error (diff)
downloadserenity-0fcf1d3881fcfd07ced9ed877a8fd4796546bb40.tar.xz
serenity-0fcf1d3881fcfd07ced9ed877a8fd4796546bb40.zip
Bump to v0.4.0
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 2a903cf..cd67ae0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -62,7 +62,7 @@
//!
//! ```toml
//! [dependencies]
-//! serenity = "0.3"
+//! serenity = "0.4"
//! ```
//!
//! and to the top of your `main.rs`: