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 | |
| 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')
| -rw-r--r-- | examples/01_basic_ping_bot/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/02_transparent_guild_sharding/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/03_struct_utilities/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/04_message_builder/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/05_user_login/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/06_command_framework/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/07_voice/Cargo.toml | 2 |
7 files changed, 7 insertions, 7 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" diff --git a/examples/02_transparent_guild_sharding/Cargo.toml b/examples/02_transparent_guild_sharding/Cargo.toml index 06038d4..a9327ae 100644 --- a/examples/02_transparent_guild_sharding/Cargo.toml +++ b/examples/02_transparent_guild_sharding/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" diff --git a/examples/03_struct_utilities/Cargo.toml b/examples/03_struct_utilities/Cargo.toml index 0c9438c..cb29eff 100644 --- a/examples/03_struct_utilities/Cargo.toml +++ b/examples/03_struct_utilities/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 = ["methods"] +version = "0.1" diff --git a/examples/04_message_builder/Cargo.toml b/examples/04_message_builder/Cargo.toml index 1db1e4e..103de14 100644 --- a/examples/04_message_builder/Cargo.toml +++ b/examples/04_message_builder/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" diff --git a/examples/05_user_login/Cargo.toml b/examples/05_user_login/Cargo.toml index 10c00c5..dcc0b5a 100644 --- a/examples/05_user_login/Cargo.toml +++ b/examples/05_user_login/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" 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" diff --git a/examples/07_voice/Cargo.toml b/examples/07_voice/Cargo.toml index 0d9f501..cb023cc 100644 --- a/examples/07_voice/Cargo.toml +++ b/examples/07_voice/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 = ["cache", "framework", "methods", "voice"] +version = "0.1" |