aboutsummaryrefslogtreecommitdiff
path: root/formats
diff options
context:
space:
mode:
authorTill Höppner2016-02-25 07:29:43 +0100
committerTill Höppner2016-02-25 07:29:43 +0100
commit58fdc5c7566323427d62754b8c1fd4b7b30a92e6 (patch)
treeb58bd7f23aa08f393436285dbaaab1e182fefc84 /formats
parentcd15d4f8de1ee9bc6d00fb0a08659ca2c74d2e2d (diff)
downloadilc-58fdc5c7566323427d62754b8c1fd4b7b30a92e6.tar.gz
ilc-58fdc5c7566323427d62754b8c1fd4b7b30a92e6.tar.xz
ilc-58fdc5c7566323427d62754b8c1fd4b7b30a92e6.zip
Remove bootstrapping path depsv0.2.0-alpha
Diffstat (limited to 'formats')
-rw-r--r--formats/energymech/Cargo.toml3
-rw-r--r--formats/weechat/Cargo.toml3
2 files changed, 2 insertions, 4 deletions
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 <till@hoeppner.ws>"]
[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 <till@hoeppner.ws>"]
[dependencies]
log = "0.3.5"
chrono = "0.2.19"
-# ilc-base = "*"
-ilc-base = { path = "../../base" }
+ilc-base = "0.1.0"