diff options
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" |