From 8e4b57c1b5ebf085bc55d4f42bf4df722b768a8a Mon Sep 17 00:00:00 2001 From: Austin Hellyer Date: Fri, 16 Dec 2016 14:54:52 -0800 Subject: 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). --- examples/06_command_framework/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/06_command_framework') diff --git a/examples/06_command_framework/Cargo.toml b/examples/06_command_framework/Cargo.toml index a73f940..ec4fea7 100644 --- a/examples/06_command_framework/Cargo.toml +++ b/examples/06_command_framework/Cargo.toml @@ -8,4 +8,4 @@ typemap = "0.3" [dependencies.serenity] features = ["framework", "methods"] -version = "0.1" +path = "../../" -- cgit v1.2.3