diff --git a/Cargo.lock b/Cargo.lock index e16fae137bdf58da363000867edc8de608ba4223..636517e2476a7c3e278680190cb83e9e243c06cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16664,7 +16664,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.175.5" +version = "0.175.6" dependencies = [ "activity_indicator", "anyhow", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 2d11455ab6afc51d28a650be88fa0a66403fbf3e..cdda46bc4d5ed8df89d3ad4a87858e39ae5d85a6 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.175.5" +version = "0.175.6" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]