Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions zed.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package:
name: zed
version: "0.217.4"
epoch: 1 # GHSA-9c48-w39g-hm26
description: Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
version: "0.218.6"
epoch: 0 # GHSA-9c48-w39g-hm26
description: Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
copyright:
- license: GPL-3.0-only
resources:
Expand Down Expand Up @@ -44,11 +44,7 @@ pipeline:
with:
repository: https://github.com/zed-industries/zed
tag: v${{package.version}}
expected-commit: 39c2ebc0db1d1436f3e77090261c77bd66056291

- uses: patch
with:
patches: fix-smallvec-features.patch
expected-commit: e8b0ac131bc2bf80056f3769317ef57ebf32d0d1

- uses: rust/cargobump

Expand Down
16 changes: 0 additions & 16 deletions zed/fix-smallvec-features.patch

This file was deleted.

Loading