zed 0.97.6

This commit is contained in:
Max Brunsfeld 2023-08-08 12:35:38 -07:00
parent cbaf7cc972
commit c1c67a5025
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -9544,7 +9544,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.97.5"
version = "0.97.6"
dependencies = [
"activity_indicator",
"ai",

View file

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