zed 0.99.1

This commit is contained in:
Joseph T. Lyons 2023-08-09 16:54:55 -04:00
parent 27d28c930f
commit 51e34bbd92
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -9860,7 +9860,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.99.0"
version = "0.99.1"
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.99.0"
version = "0.99.1"
publish = false
[lib]