diff --git a/Cargo.lock b/Cargo.lock index 65b973f129efe9b1d5cc053d424b37ddb4d91953..fa4d39f8b9efd30765952e9ae2cfd575240b814e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17008,7 +17008,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.178.2" +version = "0.178.3" dependencies = [ "activity_indicator", "anyhow", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index f666bf7fe080dd5b7b0b37941f20dfaf7297fc47..d2004a840a21e11d50b66e298a36d819c8febf30 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -2,7 +2,7 @@ description = "The fast, collaborative code editor." edition.workspace = true name = "zed" -version = "0.178.2" +version = "0.178.3" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]