aboutsummaryrefslogtreecommitdiff
path: root/ops
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 /ops
parentcd15d4f8de1ee9bc6d00fb0a08659ca2c74d2e2d (diff)
downloadilc-58fdc5c7566323427d62754b8c1fd4b7b30a92e6.tar.gz
ilc-58fdc5c7566323427d62754b8c1fd4b7b30a92e6.tar.xz
ilc-58fdc5c7566323427d62754b8c1fd4b7b30a92e6.zip
Remove bootstrapping path depsv0.2.0-alpha
Diffstat (limited to 'ops')
-rw-r--r--ops/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ops/Cargo.toml b/ops/Cargo.toml
index ce52481..adcbb34 100644
--- a/ops/Cargo.toml
+++ b/ops/Cargo.toml
@@ -8,6 +8,5 @@ repository = "https://github.com/tilpner/ilc"
authors = ["Till Höppner <till@hoeppner.ws>"]
[dependencies]
-# ilc-base = "*"
-ilc-base = { path = "../base" }
+ilc-base = "0.1.0"
blist = "0.0.4"