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/01_basic_ping_bot | |
| 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/01_basic_ping_bot')
| -rw-r--r-- | examples/01_basic_ping_bot/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/01_basic_ping_bot/Cargo.toml b/examples/01_basic_ping_bot/Cargo.toml index fe2ad00..40e2f84 100644 --- a/examples/01_basic_ping_bot/Cargo.toml +++ b/examples/01_basic_ping_bot/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" authors = ["my name <[email protected]>"] [dependencies.serenity] -git = "https://github.com/zeyla/serenity.rs.git" +version = "0.1" |