From a1809d11a0104b75e0d64b16928dba2775812778 Mon Sep 17 00:00:00 2001 From: Sebastian Puetz Date: Mon, 27 May 2019 14:01:40 +0200 Subject: [PATCH] Bump 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 540e9c2..2da45fe 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.2.0" +version = "0.3.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)", @@ -205,12 +205,12 @@ dependencies = [ [[package]] name = "lumberjack-utils" -version = "0.2.0" +version = "0.3.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.2.0", + "lumberjack 0.3.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 b0e73e1..98118ca 100644 --- a/lumberjack-utils/Cargo.toml +++ b/lumberjack-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumberjack-utils" -version = "0.2.0" +version = "0.3.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.2.0" } +lumberjack = { path = "../lumberjack", version = "0.3.0" } stdinout = "0.4" diff --git a/lumberjack/Cargo.toml b/lumberjack/Cargo.toml index 1e5de35..3f45cb8 100644 --- a/lumberjack/Cargo.toml +++ b/lumberjack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumberjack" -version = "0.2.0" +version = "0.3.0" authors = ["Sebastian Puetz "] edition = "2018" description = "Read and modify constituency trees."