From 2024c10d3db129a8b53551e943c0fdd18aa41d0a Mon Sep 17 00:00:00 2001 From: Lukas Piatkowski Date: Thu, 28 Nov 2019 07:21:15 -0800 Subject: [PATCH] rust-shed: move common/rust/cloned to the shed Reviewed By: farnz Differential Revision: D18725047 fbshipit-source-id: f200c52634eb5efea21244c3b3fd16c2e0386507 --- futures-ext/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/futures-ext/Cargo.toml b/futures-ext/Cargo.toml index f981be265d..ef5f8104fa 100644 --- a/futures-ext/Cargo.toml +++ b/futures-ext/Cargo.toml @@ -1,5 +1,5 @@ # @autocargo from //common/rust/futures-ext:futures-ext -# Signature<<7930b685d883d749b1718345f687b07093903aec>> +# Signature<<8281015201641804415e50e78ea963c238a0e032>> [package] name = "futures-ext" edition = "2018" @@ -9,7 +9,7 @@ license = "GPLv2+" include = ["src/**/*.rs"] [dependencies] -cloned = { path = "../cloned" } +cloned = { path = "../shed/cloned" } failure_ext = { path = "../failure_ext" } bytes = { version="*", features=["serde"] } futures = "0.1" @@ -25,4 +25,4 @@ netstring = { path = "../netstring" } assert_matches = "*" pretty_assertions = "*" quickcheck = "0.9" -# @end of Signature<<7930b685d883d749b1718345f687b07093903aec>> +# @end of Signature<<8281015201641804415e50e78ea963c238a0e032>>