diff options
Diffstat (limited to 'formats')
-rw-r--r-- | formats/energymech/Cargo.toml | 3 | ||||
-rw-r--r-- | formats/weechat/Cargo.toml | 3 |
2 files changed, 2 insertions, 4 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" diff --git a/formats/weechat/Cargo.toml b/formats/weechat/Cargo.toml index 10d3ccb..2a7af9e 100644 --- a/formats/weechat/Cargo.toml +++ b/formats/weechat/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" |