From 58fdc5c7566323427d62754b8c1fd4b7b30a92e6 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Thu, 25 Feb 2016 07:29:43 +0100 Subject: Remove bootstrapping path deps --- formats/energymech/Cargo.toml | 3 +-- formats/weechat/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'formats') diff --git a/formats/energymech/Cargo.toml b/formats/energymech/Cargo.toml index 3c6fe80..c450b02 100644 --- a/formats/energymech/Cargo.toml +++ b/formats/energymech/Cargo.toml @@ -10,5 +10,4 @@ authors = ["Till Höppner "] [dependencies] log = "0.3.5" chrono = "0.2.19" -# ilc-base = "*" -ilc-base = { path = "../../base" } +ilc-base = "0.1.0" diff --git a/formats/weechat/Cargo.toml b/formats/weechat/Cargo.toml index 10d3ccb..2a7af9e 100644 --- a/formats/weechat/Cargo.toml +++ b/formats/weechat/Cargo.toml @@ -10,5 +10,4 @@ authors = ["Till Höppner "] [dependencies] log = "0.3.5" chrono = "0.2.19" -# ilc-base = "*" -ilc-base = { path = "../../base" } +ilc-base = "0.1.0" -- cgit v1.2.3