Update symbol matches as the query changes

This commit is contained in:
Antonio Scandurra 2022-02-22 10:54:25 +01:00
parent 8a8ae0fbcd
commit d59ebb554b
3 changed files with 93 additions and 18 deletions

View file

@ -13,4 +13,7 @@ gpui = { path = "../gpui" }
project = { path = "../project" }
text = { path = "../text" }
workspace = { path = "../workspace" }
util = { path = "../util" }
ordered-float = "2.1.1"
postage = { version = "0.4", features = ["futures-traits"] }
smol = "1.2"