From 94653e70d72eda6fb7acca626a2c716ed8442eae Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 5 Apr 2019 16:41:12 -0600 Subject: [PATCH] Move append_vec bench to the crate with append_vec --- Cargo.lock | 2 +- {core => runtime}/benches/append_vec.rs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {core => runtime}/benches/append_vec.rs (100%) diff --git a/Cargo.lock b/Cargo.lock index 17fe9f74d8..27f603f9ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1021,7 +1021,7 @@ dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/core/benches/append_vec.rs b/runtime/benches/append_vec.rs similarity index 100% rename from core/benches/append_vec.rs rename to runtime/benches/append_vec.rs