diff --git a/Cargo.lock b/Cargo.lock index 6bb1c470037484c0ab15b6b8d9f005e86487f1c5..4b8f3d2404b8beb0c2165e83a175c8161eb510d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13839,7 +13839,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.149.1" +version = "0.149.2" dependencies = [ "activity_indicator", "anyhow", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index f1d2f012f69a8e81538106b1dbcf16994cb067c2..9d72fa2b33f1b6f846dc6a510c85b73c5f3801a5 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -2,7 +2,7 @@ description = "The fast, collaborative code editor." edition = "2021" name = "zed" -version = "0.149.1" +version = "0.149.2" publish = false license = "GPL-3.0-or-later" authors = ["Zed Team "]