diff options
author | Till Höppner | 2016-02-25 07:29:43 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-25 07:29:43 +0100 |
commit | 58fdc5c7566323427d62754b8c1fd4b7b30a92e6 (patch) | |
tree | b58bd7f23aa08f393436285dbaaab1e182fefc84 /ops/Cargo.toml | |
parent | cd15d4f8de1ee9bc6d00fb0a08659ca2c74d2e2d (diff) | |
download | ilc-0.2.0-alpha.tar.gz ilc-0.2.0-alpha.tar.xz ilc-0.2.0-alpha.zip |
Remove bootstrapping path depsv0.2.0-alpha
Diffstat (limited to 'ops/Cargo.toml')
-rw-r--r-- | ops/Cargo.toml | 3 |
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" |