diff --git a/Cargo.lock b/Cargo.lock index 50ae000..0a5237d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "finalfrontier" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "conllx 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -234,12 +234,12 @@ dependencies = [ [[package]] name = "finalfrontier-utils" -version = "0.6.0" +version = "0.6.1" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "conllx 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "finalfrontier 0.6.0", + "finalfrontier 0.6.1", "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/finalfrontier-utils/Cargo.toml b/finalfrontier-utils/Cargo.toml index 918202f..8ca4229 100644 --- a/finalfrontier-utils/Cargo.toml +++ b/finalfrontier-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "finalfrontier-utils" -version = "0.6.0" +version = "0.6.1" edition = "2018" authors = ["Daniël de Kok ", "Sebastian Pütz "] description = "Train and use word embeddings with subword representations" @@ -13,7 +13,7 @@ license = "Apache-2.0" clap = "2" conllx = "0.11" failure = "0.1" -finalfrontier = { path = "../finalfrontier", version = "0.6.0" } +finalfrontier = { path = "../finalfrontier", version = "0.6.1" } indicatif = "0.11" memmap = "0.7" num_cpus = "1" diff --git a/finalfrontier/Cargo.toml b/finalfrontier/Cargo.toml index 41d5cfc..f483442 100644 --- a/finalfrontier/Cargo.toml +++ b/finalfrontier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "finalfrontier" -version = "0.6.0" +version = "0.6.1" edition = "2018" authors = ["Daniël de Kok ", "Sebastian Pütz "] description = "Train/use word embeddings with subword units"