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
4 changes: 3 additions & 1 deletion zed.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: zed
version: "0.217.4"
epoch: 0
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.
copyright:
- license: GPL-3.0-only
Expand Down Expand Up @@ -50,6 +50,8 @@ pipeline:
with:
patches: fix-smallvec-features.patch

- uses: rust/cargobump

- runs: |
cargo fetch --locked

Expand Down
3 changes: 3 additions & 0 deletions zed/cargobump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages:
- name: rsa
version: 0.9.10
Loading