diff options
Diffstat (limited to 'formats/energymech/Cargo.toml')
-rw-r--r-- | formats/energymech/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 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" |