From c36de2d5a1dd75a8c88dcc05f8c83dab10434665 Mon Sep 17 00:00:00 2001 From: tygrdev Date: Tue, 16 Jun 2026 15:15:02 +0100 Subject: [PATCH] fix: pin sum_tree dependency to specific commit (#70) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25c5b40144..31bfbc80fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ smallvec = { version = "1.6", features = ["union", "const_new"] } async-channel = "2.5.0" stacksafe = "1.0" strum = { version = "0.27.2", features = ["derive"] } -sum_tree = { git = "https://github.com/zed-industries/zed" } +sum_tree = { git = "https://github.com/zed-industries/zed", rev = "876ec5a8a074ba83cce2129ed4d76b59c05a37e9" } thiserror = "2.0.12" hdrhistogram = "7" pollster = "0.4.0"