aboutsummaryrefslogtreecommitdiff
path: root/examples/06_command_framework
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-30 13:48:42 -0800
committerAustin Hellyer <[email protected]>2016-11-30 13:53:13 -0800
commit403d65d5e98bdfa9f0c018610000c4a0b0c7d8d5 (patch)
tree82c4353bc37035a37e80ad949ca76858fc3b27bf /examples/06_command_framework
parentRe-order example Cargo.toml's (diff)
downloadserenity-403d65d5e98bdfa9f0c018610000c4a0b0c7d8d5.tar.xz
serenity-403d65d5e98bdfa9f0c018610000c4a0b0c7d8d5.zip
Release v0.1.0v0.1.0
Diffstat (limited to 'examples/06_command_framework')
-rw-r--r--examples/06_command_framework/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/06_command_framework/Cargo.toml b/examples/06_command_framework/Cargo.toml
index ff99f7d..481dd6f 100644
--- a/examples/06_command_framework/Cargo.toml
+++ b/examples/06_command_framework/Cargo.toml
@@ -4,5 +4,5 @@ version = "0.1.0"
authors = ["my name <[email protected]>"]
[dependencies.serenity]
-git = "https://github.com/zeyla/serenity.rs.git"
features = ["framework", "methods"]
+version = "0.1"