aboutsummaryrefslogtreecommitdiff
path: root/examples/01_basic_ping_bot
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-12-16 14:54:52 -0800
committerAustin Hellyer <[email protected]>2016-12-16 14:54:52 -0800
commit8e4b57c1b5ebf085bc55d4f42bf4df722b768a8a (patch)
treef435fc913042c29b0da7d037970e7b35383a7e8c /examples/01_basic_ping_bot
parentFramework: format argument number on parse error (diff)
downloadserenity-8e4b57c1b5ebf085bc55d4f42bf4df722b768a8a.tar.xz
serenity-8e4b57c1b5ebf085bc55d4f42bf4df722b768a8a.zip
Modify examples to point to current repo
Instead of pointing to the current minor version, the examples' `Cargo.toml`s should be a relative path to the current cloned repo. This improves the examples by: 1. always being up-to-date if major or minor version updates occur; 2. being more up-to-standard with the examples' readme; 3. making debugging the library locally easier (not having to constantly modify the version to a path).
Diffstat (limited to 'examples/01_basic_ping_bot')
-rw-r--r--examples/01_basic_ping_bot/Cargo.toml2
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 40e2f84..d4cbb5f 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]
-version = "0.1"
+path = "../../"