v0.93.x dev

This commit is contained in:
Joseph T. Lyons 2023-06-21 13:59:07 -04:00
parent af8671cf7f
commit cc027dc626
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -8809,7 +8809,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.92.0"
version = "0.93.0"
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.92.0"
version = "0.93.0"
publish = false
[lib]