Move append_vec bench to the crate with append_vec

This commit is contained in:
Greg Fitzgerald
2019-04-05 16:41:12 -06:00
parent a5b5248a09
commit 94653e70d7
2 changed files with 1 additions and 1 deletions

2
Cargo.lock generated
View File

@ -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)",
]