From 29c609e1dd43288a8aded1fc7a71b6a4a129a9c6 Mon Sep 17 00:00:00 2001 From: Sebastian Puetz Date: Fri, 17 May 2019 18:46:01 +0200 Subject: [PATCH] Increment version number. --- Cargo.lock | 6 +++--- lumberjack-utils/Cargo.toml | 4 ++-- lumberjack/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3edd98e..41acb4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lumberjack" -version = "0.1.0" +version = "0.2.0" dependencies = [ "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)", @@ -204,12 +204,12 @@ dependencies = [ [[package]] name = "lumberjack-utils" -version = "0.1.0" +version = "0.2.0" 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)", - "lumberjack 0.1.0", + "lumberjack 0.2.0", "stdinout 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/lumberjack-utils/Cargo.toml b/lumberjack-utils/Cargo.toml index 8d19921..b0e73e1 100644 --- a/lumberjack-utils/Cargo.toml +++ b/lumberjack-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumberjack-utils" -version = "0.1.0" +version = "0.2.0" authors = ["Sebastian Puetz "] edition = "2018" description = "Read and modify constituency trees." @@ -13,5 +13,5 @@ repository = "https://github.com/sebpuetz/lumberjack" clap = "2" conllx = "0.11" failure = "0.1" -lumberjack = { path = "../lumberjack", version = "0.1.0" } +lumberjack = { path = "../lumberjack", version = "0.2.0" } stdinout = "0.4" diff --git a/lumberjack/Cargo.toml b/lumberjack/Cargo.toml index 8cea8bc..57e1ad1 100644 --- a/lumberjack/Cargo.toml +++ b/lumberjack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumberjack" -version = "0.1.0" +version = "0.2.0" authors = ["Sebastian Puetz "] edition = "2018" description = "Read and modify constituency trees."