mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
0.22
This commit is contained in:
parent
8f7966bf35
commit
483a84a7f1
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -5932,7 +5932,7 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
|||
|
||||
[[package]]
|
||||
name = "zed"
|
||||
version = "0.21.0"
|
||||
version = "0.22.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-compression",
|
||||
|
|
|
@ -3,7 +3,7 @@ authors = ["Nathan Sobo <nathansobo@gmail.com>"]
|
|||
description = "The fast, collaborative code editor."
|
||||
edition = "2021"
|
||||
name = "zed"
|
||||
version = "0.21.0"
|
||||
version = "0.22.0"
|
||||
|
||||
[lib]
|
||||
name = "zed"
|
||||
|
|
Loading…
Reference in a new issue