diff options
| author | Austin Hellyer <[email protected]> | 2016-11-30 09:46:36 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-30 09:46:36 -0800 |
| commit | 9889248ec504ab5ba6fd4efa982adf96564ccbde (patch) | |
| tree | 4a823bdeceef3b10108c3df7890f2d3f574d7164 /examples/01_basic_ping_bot | |
| parent | Example should be no-run (diff) | |
| download | serenity-9889248ec504ab5ba6fd4efa982adf96564ccbde.tar.xz serenity-9889248ec504ab5ba6fd4efa982adf96564ccbde.zip | |
Re-order example Cargo.toml's
Diffstat (limited to 'examples/01_basic_ping_bot')
| -rw-r--r-- | examples/01_basic_ping_bot/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/01_basic_ping_bot/Cargo.toml b/examples/01_basic_ping_bot/Cargo.toml index 603ee6b..fe2ad00 100644 --- a/examples/01_basic_ping_bot/Cargo.toml +++ b/examples/01_basic_ping_bot/Cargo.toml @@ -3,5 +3,5 @@ name = "01_basic_ping_bot" version = "0.1.0" authors = ["my name <[email protected]>"] -[dependencies] -serenity = { git = "https://github.com/zeyla/serenity.rs.git" } +[dependencies.serenity] +git = "https://github.com/zeyla/serenity.rs.git" |