fix: pin sum_tree dependency to specific commit (#70)

This commit is contained in:
tygrdev
2026-06-16 10:15:02 -04:00
committed by GitHub
parent 3254b14df0
commit c36de2d5a1
+1 -1
View File
@@ -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"