mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
v0.28.0
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
e8728f4ce2
commit
360b876f36
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -6162,7 +6162,7 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
|||
|
||||
[[package]]
|
||||
name = "zed"
|
||||
version = "0.27.0"
|
||||
version = "0.28.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assets",
|
||||
|
|
|
@ -3,7 +3,7 @@ authors = ["Nathan Sobo <nathansobo@gmail.com>"]
|
|||
description = "The fast, collaborative code editor."
|
||||
edition = "2021"
|
||||
name = "zed"
|
||||
version = "0.27.0"
|
||||
version = "0.28.0"
|
||||
|
||||
[lib]
|
||||
name = "zed"
|
||||
|
|
Loading…
Reference in a new issue