diff --git a/Cargo.lock b/Cargo.lock index 73fc4935af85f3e7126953fc0c5962fec3197bbb..d2e5e2f2ff3342dc82f96fc32decab5df980f6ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20252,7 +20252,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.198.3" +version = "0.198.4" dependencies = [ "activity_indicator", "agent", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 8078e17c8356c465fcb35ea63cbc1bf19dd8d0cb..747b4c287f2dcfaa5d5a1204d6f89ab119da4869 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.198.3" +version = "0.198.4" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]