aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-06-24 09:38:24 -0700
committerZeyla Hellyer <[email protected]>2017-06-24 09:38:24 -0700
commitb49f5808fbc8bf67ca4bdd004d21f75b52057273 (patch)
treeb39c76fead6e362caccb387ce91f270e8280a544 /src/lib.rs
parentFix no-framework, client compiles (diff)
downloadserenity-b49f5808fbc8bf67ca4bdd004d21f75b52057273.tar.xz
serenity-b49f5808fbc8bf67ca4bdd004d21f75b52057273.zip
Bump to v0.3.0v0.3.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 9025afe..00dae8b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -62,7 +62,7 @@
//!
//! ```toml
//! [dependencies]
-//! serenity = "0.2"
+//! serenity = "0.3"
//! ```
//!
//! and to the top of your `main.rs`: