Bump to 0.164.2 for @ConradIrwin
Some checks are pending
CI / Check Postgres and Protobuf migrations, mergability (push) Waiting to run
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Linux) Build Remote Server (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
CI / Auto release preview (push) Blocked by required conditions

This commit is contained in:
Zed Bot 2024-12-03 20:35:46 +00:00
parent f0c7d0621d
commit 1d512ffaba
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -15614,7 +15614,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.164.1"
version = "0.164.2"
dependencies = [
"activity_indicator",
"anyhow",

View file

@ -2,7 +2,7 @@
description = "The fast, collaborative code editor."
edition = "2021"
name = "zed"
version = "0.164.1"
version = "0.164.2"
publish = false
license = "GPL-3.0-or-later"
authors = ["Zed Team <hi@zed.dev>"]