zed 0.169.2
Some checks are pending
CI / check_docs_only (push) Waiting to run
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) Blocked by required conditions
CI / (Linux) Run Clippy and tests (push) Blocked by required conditions
CI / (Linux) Build Remote Server (push) Blocked by required conditions
CI / (Windows) Run Clippy and tests (push) Blocked by required conditions
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:
Antonio Scandurra 2025-01-15 15:35:58 +01:00
parent 2a6f6ce5b6
commit 458637f2e1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -16212,7 +16212,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.169.1"
version = "0.169.2"
dependencies = [
"activity_indicator",
"anyhow",

View file

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