This commit is contained in:
Nathan Sobo 2022-03-26 07:22:01 -06:00
parent fe1f857e84
commit 2837125098
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -5956,7 +5956,7 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
[[package]]
name = "zed"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"anyhow",
"async-compression",

View file

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