diff options
| author | Austin Hellyer <[email protected]> | 2016-11-30 13:48:42 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-30 13:53:13 -0800 |
| commit | 403d65d5e98bdfa9f0c018610000c4a0b0c7d8d5 (patch) | |
| tree | 82c4353bc37035a37e80ad949ca76858fc3b27bf /examples/06_command_framework | |
| parent | Re-order example Cargo.toml's (diff) | |
| download | serenity-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.toml | 2 |
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" |