From 0bf890dc5375df4962ae791b2ecfbf50d649182d Mon Sep 17 00:00:00 2001 From: Alex Hornby Date: Sat, 21 Sep 2024 01:17:23 -0700 Subject: [PATCH] update references from facebookexperimental/eden to facebook/sapling Summary: repo changed a while ago, update references Reviewed By: MichaelCuevas Differential Revision: D63047649 fbshipit-source-id: 602618e6dfafd9a7f47a5f96c7b4b63e3c373e15 --- shed/sorted_vector_map/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shed/sorted_vector_map/Cargo.toml b/shed/sorted_vector_map/Cargo.toml index 6872c64d6..359df2fca 100644 --- a/shed/sorted_vector_map/Cargo.toml +++ b/shed/sorted_vector_map/Cargo.toml @@ -25,4 +25,4 @@ itertools = "0.11.0" quickcheck = "1.0" [dev-dependencies] -minibench = { git = "https://github.com/facebookexperimental/eden.git", branch = "main" } +minibench = { git = "https://github.com/facebook/sapling.git", branch = "main" }