From 73bfc7bad3a735a1a0f618524e614e362f2dcb8b Mon Sep 17 00:00:00 2001 From: Ed Bennigsen Date: Sun, 20 May 2018 23:00:25 +0100 Subject: [PATCH] Added proper git release reference to nineman and bumped version to 0.1.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 766a643..5776c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "montyman" -version = "0.1.0" +version = "0.1.1" authors = ["Edward Bennigsen "] [dependencies] -nineman = { path = "../nineman" } +nineman = { git = "https://github.com/UsAndRufus/nineman", tag = "v0.2.1" } indextree = "1.1.0" rand = "0.4.1"