Bump to 0.166.1 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-13 20:02:09 +00:00
parent 6a7ef111c6
commit 546b49c628
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -15943,7 +15943,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.166.0"
version = "0.166.1"
dependencies = [
"activity_indicator",
"anyhow",

View file

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