diff options
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" |