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 /formats/energymech/Cargo.toml | |
parent | cd15d4f8de1ee9bc6d00fb0a08659ca2c74d2e2d (diff) | |
download | ilc-58fdc5c7566323427d62754b8c1fd4b7b30a92e6.tar.gz ilc-58fdc5c7566323427d62754b8c1fd4b7b30a92e6.tar.xz ilc-58fdc5c7566323427d62754b8c1fd4b7b30a92e6.zip |
Remove bootstrapping path depsv0.2.0-alpha
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" |