zed 0.87.6

Antonio Scandurra created

Change summary

Cargo.lock            | 2 +-
crates/zed/Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

Cargo.lock 🔗

@@ -8544,7 +8544,7 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
 
 [[package]]
 name = "zed"
-version = "0.87.5"
+version = "0.87.6"
 dependencies = [
  "activity_indicator",
  "anyhow",

crates/zed/Cargo.toml 🔗

@@ -3,7 +3,7 @@ authors = ["Nathan Sobo <nathansobo@gmail.com>"]
 description = "The fast, collaborative code editor."
 edition = "2021"
 name = "zed"
-version = "0.87.5"
+version = "0.87.6"
 publish = false
 
 [lib]