fix: pin sum_tree dependency to specific commit (#70)
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user