From 7c30617e748c81c27fc4666f1338c717130f40a8 Mon Sep 17 00:00:00 2001 From: Jan Bujak Date: Sun, 14 Jul 2019 19:55:29 +0200 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.lock | 26 +++++++++++++------------- cli-core/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- common/Cargo.toml | 2 +- gather/Cargo.toml | 2 +- preload/Cargo.toml | 2 +- server-core/Cargo.toml | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index add0ccc6..f4cbb07f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,12 +265,12 @@ dependencies = [ [[package]] name = "cli-core" -version = "0.3.0" +version = "0.4.0" dependencies = [ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "common 0.3.0", + "common 0.4.0", "cpp_demangle 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "ctrlc 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -299,7 +299,7 @@ dependencies = [ [[package]] name = "common" -version = "0.3.0" +version = "0.4.0" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1016,9 +1016,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "memory-profiler" -version = "0.3.0" +version = "0.4.0" dependencies = [ - "common 0.3.0", + "common 0.4.0", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "jemalloc-sys 0.1.7", "jemallocator 0.1.9", @@ -1034,22 +1034,22 @@ dependencies = [ [[package]] name = "memory-profiler-cli" -version = "0.3.0" +version = "0.4.0" dependencies = [ - "cli-core 0.3.0", + "cli-core 0.4.0", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "server-core 0.3.0", + "server-core 0.4.0", "structopt 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "memory-profiler-gather" -version = "0.3.0" +version = "0.4.0" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cli-core 0.3.0", + "cli-core 0.4.0", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1732,13 +1732,13 @@ dependencies = [ [[package]] name = "server-core" -version = "0.3.0" +version = "0.4.0" dependencies = [ "actix 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "cli-core 0.3.0", - "common 0.3.0", + "cli-core 0.4.0", + "common 0.4.0", "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/cli-core/Cargo.toml b/cli-core/Cargo.toml index 1c1b846c..97e98288 100644 --- a/cli-core/Cargo.toml +++ b/cli-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli-core" -version = "0.3.0" +version = "0.4.0" authors = ["Jan Bujak "] edition = "2018" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1efc7dcb..41940426 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memory-profiler-cli" -version = "0.3.0" +version = "0.4.0" authors = ["Jan Bujak "] edition = "2018" diff --git a/common/Cargo.toml b/common/Cargo.toml index c15fe4d4..c2f6afe7 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.3.0" +version = "0.4.0" authors = ["Jan Bujak "] edition = "2018" diff --git a/gather/Cargo.toml b/gather/Cargo.toml index 6e7ef0c6..1e8f09db 100644 --- a/gather/Cargo.toml +++ b/gather/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memory-profiler-gather" -version = "0.3.0" +version = "0.4.0" authors = ["Jan Bujak "] edition = "2018" diff --git a/preload/Cargo.toml b/preload/Cargo.toml index 9464e8b1..d20e49a7 100644 --- a/preload/Cargo.toml +++ b/preload/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memory-profiler" -version = "0.3.0" +version = "0.4.0" authors = ["Jan Bujak "] edition = "2018" diff --git a/server-core/Cargo.toml b/server-core/Cargo.toml index a9eb2f14..247e6d38 100644 --- a/server-core/Cargo.toml +++ b/server-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "server-core" -version = "0.3.0" +version = "0.4.0" authors = ["Jan Bujak "] edition = "2018"