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"